.service-hero__section .search-btn {
  margin-top: 2.8125rem;
}
.service-hero__section .search-btn_text {
  display: none;
}
/* .service-hero__section .custom-search {
  margin-top: 1.875rem;
} */
.service-hero__section .advan__inner {
  margin-top: 2.5rem;
}
.service-hero__section .hero__form_btn-group {
  margin-top: 1.875rem;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-hero__section .hero__form_btn-group .hero__form_btn-group_btn.--create {
  color: var(--black-color);
}
.service-hero__title {
  text-align: center;
}
.service-hero__title_title {
  font-size: 3rem;
  font-weight: 700;
}
.service-hero__title_subtitle {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .service-hero__title_title {
    font-size: 3.375rem;
  }
  .service-hero__section .search-btn {
    display: none;
  }
  .service-hero__section .advan__inner {
    display: none;
  }
  .service-hero__section .hero__form_btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-hero__section .search-btn {
    margin-top: 1.875rem;
  }
  .service-hero__section .search-btn_text {
    display: block;
  }
  .service-hero__section .hero__list--service {
    margin-left: auto;
    margin-right: auto;
    width: 43.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .service-hero__title_title {
    font-size: 2.5rem;
  }
  .service-hero__section .hero__list {
    margin-top: 1.5625rem;
  }
}
@media (max-width: 480px) {
  .service-hero__title_title {
    font-size: 2.25rem;
  }
}
@media (max-width: 380px) {
  .service-hero__title_title {
    font-size: 1.875rem;
  }
  .service-hero__title_subtitle {
    font-size: 0.9375rem;
  }
}