.service-hero {
  background-color: #080e29;
  position: relative;
}
.service-hero__content {
  display: flex;
  gap: 32px;
  width: 100%;
}
.service-hero__bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-hero__left {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 78px;
  padding: 32px 0 128px 0;
}
.service-hero__texting {
  display: flex;
  flex-flow: column;
  gap: 40px;
  max-width: 502px;
}
.service-hero__title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 88%;
  letter-spacing: -4%;
  color: #fff;
  text-transform: lowercase;
}
.service-hero__points {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.service-hero__point {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -0.022rem;
  color: #fff;
}
.service-hero__description {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -0.02rem;
  color: rgba(255, 255, 255, 0.7215686275);
}
.service-hero__btn-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.service-hero__btn {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 90%;
  letter-spacing: -4%;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 24px;
  height: 57px;
  transition: 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 205px;
}
.service-hero__btn.light {
  color: #222222;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1215686275);
}
.service-hero__btn.light:hover {
  background: #D5E2F4;
  color: #080E29;
}
.service-hero__btn.dark {
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  color: #fff;
  background: #080e29;
}
.service-hero__btn.dark:hover {
  background: #030303;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .service-hero__content {
    flex-flow: column;
  }
  .service-hero__left {
    padding: 0;
    max-width: 100%;
    padding-top: 30px;
    width: 100%;
    gap: 30px;
  }
  .service-hero__texting {
    max-width: 100%;
    gap: 30px;
  }
  .service-hero__title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 88%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
  }
  .service-hero__point {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.022em;
    color: #FFFFFF;
  }
  .service-hero__description {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(255, 255, 255, 0.72);
  }
  .service-hero__btn {
    width: 100%;
    max-width: 100%;
  }
  .service-hero__right {
    width: 100%;
    height: 696px;
    padding-bottom: 30px;
  }
  .service-hero__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767px) {
  .service-hero .container {
    padding: 0;
  }
  .service-hero__content {
    flex-flow: column;
  }
  .service-hero__left {
    max-width: 100%;
    width: 100%;
    gap: 32px;
    padding: 24px;
    padding-bottom: 0;
  }
  .service-hero__title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 88%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
  }
  .service-hero__texting {
    gap: 16px;
  }
  .service-hero__points {
    margin-top: 8px;
  }
  .service-hero__point {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 110%;
    letter-spacing: -0.022em;
  }
  .service-hero__points {
    gap: 12px;
  }
  .service-hero__description {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.022em;
    margin-top: 8px;
  }
  .service-hero__btn {
    padding: 18px 0;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: -0.04rem;
    text-align: center;
    text-transform: uppercase;
    height: 48px;
    min-width: unset;
    width: 100%;
  }
  .service-hero__btn-list {
    margin-top: 8px;
  }
  .service-hero__right {
    width: 100%;
    height: 387px;
  }
  .service-hero__right img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}/*# sourceMappingURL=style.css.map */