.page-header {
  position: relative;
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 27.34375%;
}
.page-header__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 71.4285714286%;
  }
  .page-header__image-container .ratio-item {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 116.6666666667%;
  }
  .page-header__image-container .ratio-item {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-header__image-container {
  height: 100%;
}
.page-header__image-container::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.page-header__container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page-header__info {
  max-width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .page-header__info {
    max-width: 100%;
  }
}
.page-header__title {
  font-size: 64px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 1399.98px) {
  .page-header__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__title {
    font-size: 32px;
  }
}
.page-header__subtitle {
  font-size: 24px;
  color: white;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1399.98px) {
  .page-header__subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__subtitle {
    font-size: 16px;
    letter-spacing: unset;
  }
}

.card-service {
  position: relative;
}
.card-service__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-service__image-container:before {
  content: "";
  display: block;
  padding-top: 125%;
}
.card-service__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-service__image-container {
  overflow: hidden;
}
.card-service__image-container::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.card-service__image {
  transition: 1s ease;
}
.card-service__info-container {
  position: absolute;
  margin: 0px;
  bottom: 24px;
  right: -137px;
  transform: rotate(-90deg);
  transform-origin: top left;
  text-align: left;
  width: 200px;
  color: white;
}
@media only screen and (max-width: 991.98px) {
  .card-service__info-container {
    bottom: 14px;
    right: -151px;
  }
}
.card-service__title {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 24px;
  margin: 0px;
}
@media only screen and (max-width: 991.98px) {
  .card-service__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-service__title {
    font-size: 18px;
  }
}
.card-service:hover .card-service__image {
  transform: scale(1.1);
}

.service-overview {
  padding: 7.2916666667vw 0vw 0vw 0vw;
  position: relative;
  background-color: #E2DED2;
}
@media screen and (max-width: 1199px) {
  .service-overview {
    padding: 11.6763969975vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .service-overview {
    padding: 7.8226857888vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .service-overview {
    padding: 12.5vw 0vw 0vw 0vw;
  }
}
.service-overview__inner {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  gap: 100px;
  align-items: center;
}
@media only screen and (max-width: 1399.98px) {
  .service-overview__inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-overview__inner {
    max-width: 100%;
    gap: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-overview__inner {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.service-overview__info {
  width: 60%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1;
}
@media only screen and (max-width: 991.98px) {
  .service-overview__info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-overview__info {
    width: 100%;
    order: 2;
  }
}
.service-overview__header {
  width: 40%;
}
@media only screen and (max-width: 767.98px) {
  .service-overview__header {
    width: 60%;
    order: 1;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-overview__header {
    width: 100%;
  }
}
.service-overview__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  color: #111827;
}
@media only screen and (max-width: 1399.98px) {
  .service-overview__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-overview__title {
    font-size: 42px;
  }
}

.service-listing {
  position: relative;
  padding: 7.2916666667vw 0vw 0vw 0vw;
  background-color: #E2DED2;
}
@media screen and (max-width: 1199px) {
  .service-listing {
    padding: 11.6763969975vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .service-listing {
    padding: 7.8226857888vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .service-listing {
    padding: 12.5vw 0vw 0vw 0vw;
  }
}
.service-listing__header {
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1399.98px) {
  .service-listing__header {
    margin-bottom: 42px;
  }
}
.service-listing__title {
  font-size: 50px;
  text-transform: uppercase;
  color: #111827;
}
@media only screen and (max-width: 1399.98px) {
  .service-listing__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-listing__title {
    font-size: 32px;
  }
}
.service-listing__listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media only screen and (max-width: 1399.98px) {
  .service-listing__listing {
    gap: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-listing__listing {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .service-listing__listing {
    gap: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-listing__listing {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-cta {
  position: relative;
  background-color: #E2DED2;
  padding: 4.6875vw 0vw;
}
@media screen and (max-width: 1199px) {
  .service-cta {
    padding: 7.5062552127vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .service-cta {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .service-cta {
    padding: 12.5vw 0vw;
  }
}
.service-cta__inner {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .service-cta__inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-cta__inner {
    max-width: 100%;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
.service-cta__title {
  font-size: 50px;
  color: #111827;
}
@media only screen and (max-width: 1399.98px) {
  .service-cta__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-cta__title {
    font-size: 32px;
  }
}

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