html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .page-service360 {
    margin-bottom: 3rem;
  }
}
.page-service360 section.section-intro {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .page-service360 section.section-intro {
    margin-bottom: 3rem;
  }
}
.page-service360 section.section-intro .intro {
  margin-bottom: 5rem !important;
}
.page-service360 section.section-intro .intro .title {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .page-service360 section.section-intro .intro .title {
    max-width: 662px !important;
  }
}
.page-service360 section.section-intro .intro .vacancy-meta {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 3rem;
}
.page-service360 section.section-intro .intro .vacancy-meta .meta-item {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .page-service360 .ranges-overview {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-service360 .ranges-overview .items {
    grid-template-columns: 1fr 1fr !important;
  }
  .page-service360 .ranges-overview .items .range-content .description p {
    min-height: 6rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-service360 .ranges-overview .range {
    flex-direction: column;
  }
  .page-service360 .ranges-overview .range .range-content {
    max-width: 100%;
  }
  .page-service360 .ranges-overview .range .range-content .description {
    display: block;
  }
  .page-service360 .ranges-overview .range .range-content .description p {
    min-height: unset;
  }
  .page-service360 .ranges-overview .range .range-image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-service360 .ranges-overview .range .range-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-service360 .section-text {
    margin-bottom: 3rem;
  }
  .page-service360 .section-text .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-service360 .section-image {
    margin-bottom: 4rem;
  }
}
.page-service360 .section-image .image img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  max-height: 440px;
}
.page-service360 .service-banner {
  top: 0;
  left: 0;
  height: 80vh;
}
@media only screen and (min-width: 1200px) {
  .page-service360 .service-banner {
    height: 80vh;
  }
}
.page-service360 .service-banner video {
  position: absolute;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .page-service360 .service-banner video {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .page-service360 .service-banner video.desktop-video {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-service360 .service-banner video.mobile-video {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .page-service360 .carrousel-fix {
    padding-left: calc((100vw - 60.75rem) / 2);
  }
}
@media only screen and (min-width: 911px) and (max-width: 991px) {
  .page-service360 .carrousel-fix {
    padding-left: calc((100vw - 60.75rem) / 2 + 15px);
  }
}
@media only screen and (max-width: 910px) {
  .page-service360 .carrousel-fix {
    padding-left: 15px;
  }
}
.page-service360 .section-services-text .title {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .page-service360 .section-services-text .title {
    max-width: 662px !important;
  }
}
@media only screen and (min-width: 992px) {
  .page-service360 .section-services-text p {
    max-width: 972px !important;
  }
}
.page-service360 .services-section .logo .title {
  display: block !important;
}

/*# sourceMappingURL=service360.css.map */
