.service-hero__section {
  background-color: #01021E;
  background-image: var(--desktop-bg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 604px;
  padding-top: 160px;
  padding-bottom: 250px;
}
@media (max-width: 1350px) {
  .service-hero__section {
    background-position-x: 75%;
    background-position-y: 50%;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .service-hero__section {
    background-image: var(--mobile-bg);
    min-height: 1000px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    background-position-y: 90%;
    background-size: contain;
  }
}
.service-hero__section .service-hero__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.service-hero__section .breadcrumbs {
  margin-bottom: 26px;
}
.service-hero__section .breadcrumbs a {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 500;
  line-height: 15.9px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.service-hero__section .breadcrumbs span {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 500;
  line-height: 15.9px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.service-hero__section .service-hero__content {
  max-width: 600px;
}
@media (max-width: 768px) {
  .service-hero__section .service-hero__content {
    width: 100%;
  }
}
.service-hero__section .service-hero__content .service-hero__title {
  font-family: "ClashDisplay";
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 996px) {
  .service-hero__section .service-hero__content .service-hero__title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .service-hero__section .service-hero__content .service-hero__title {
    font-size: 35px;
    line-height: 35px;
  }
}
.service-hero__section .service-hero__content .service-hero__description {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .service-hero__section .service-hero__content .service-hero__description {
    font-size: 16px;
    line-height: 22px;
  }
}
.service-hero__section .service-hero__content .hero__button {
  display: block;
  cursor: pointer;
  width: 218px;
  height: 50px;
  border-radius: 12px;
  line-height: 50px;
  background-color: #01021E;
  -webkit-box-shadow: 0px 4px 31.8px 0px rgba(255, 214, 66, 0.5294117647);
          box-shadow: 0px 4px 31.8px 0px rgba(255, 214, 66, 0.5294117647);
  background: -webkit-gradient(linear, left top, right top, from(#FFCC17), to(#FFD84D));
  background: linear-gradient(90deg, #FFCC17 0%, #FFD84D 100%);
  font-family: "Inter", serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-hero__section .service-hero__content .hero__button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFD84D), to(#FFCC17));
  background: linear-gradient(90deg, #FFD84D 0%, #FFCC17 100%);
  -webkit-box-shadow: 0px 6px 40px 0px rgba(255, 214, 66, 0.8);
          box-shadow: 0px 6px 40px 0px rgba(255, 214, 66, 0.8);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (max-width: 768px) {
  .service-hero__section .service-hero__content .hero__button {
    width: 198px;
    height: 48px;
    font-size: 14px;
  }
}
.service-hero__section .service_hero_wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}