@media (min-width: 883px) {
  .what-to-expect-section {
    padding-top: 172px;
  }
}
.what-to-expect-section {
  position: relative;
  overflow: hidden;
}

.what-to-expect--desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.what-to-expect__title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.what-to-expect__title {
  max-width: 24rem;
  text-align: center;
}

.what-to-expect__highlighted-services-wrapper {
  max-width: 817px;
  margin-top: 5.38rem;
  display: flex;
  flex-direction: column;
  gap: 1.12rem;
}

.what-we-do-service-box {
  background-color: #F5F3EF;
  border-radius: 32px;
  padding: 48px;
}

.what-we-do-service-box__icon {
  height: 1rem;
}

.what-we-do-service-box__text-wrapper {
  margin-top: 2rem;
}

.what-we-do-service-box__title {
  margin-bottom: 0.88rem;
}

.what-to-expect__next-button-wrapper {
  display: none;
}

.what-to-expect__parallax-container {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  min-width: 1600px;
}

.what-to-expect__parallax-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
}

.what-to-expect__parallax-container img {
  object-fit: cover;
  position: absolute;
  border-radius: 32px;
}

.what-to-expect__parralax-image-1 {
  width: 249px;
  height: 356px;
  top: 35%;
  left: -28px;
}

.what-to-expect__parralax-image-2 {
  width: 183px;
  height: 244px;
  top: 80%;
  left: -87px;
  filter: grayscale(1);
}

.what-to-expect__parralax-image-3 {
  width: 198px;
  height: 264px;
  top: 20%;
  right: -13px;
  filter: grayscale(1);
}

.what-to-expect__parralax-image-4 {
  width: 245px;
  height: 339px;
  top: 105%;
  right: -59px;
  filter: grayscale(1);
}

@media (max-width: 1240px) {
  .what-to-expect__parallax-wrapper {
    display: none;
  }
}
@media (max-width: 883px) {
  .what-to-expect--desktop {
    display: none;
  }
  .what-to-expect-section {
    margin-top: 128px;
  }
  .what-to-expect__title {
    max-width: none;
    text-align: left;
  }
  .what-to-expect__title-wrapper {
    justify-content: start;
  }
  .what-to-expect__next-button-wrapper {
    display: flex;
  }
}
/* card swiper styles */
.what-to-expect__navigation-buttons-container {
  overflow: hidden;
}

.what-to-expect__navigation-buttons-wrapper {
  display: flex;
}

@media (min-width: 884px) {
  .services-slider {
    display: none;
  }
  .what-to-expect__navigation-buttons-container {
    display: none;
  }
}
.services-slider-container {
  margin-top: 2rem;
}

.services-slider-container, .services-slider {
  overflow: visible;
}

.services-slider__slide {
  height: 22rem;
  width: 15.62rem;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  color: white;
}

.services-slider__icon {
  margin-bottom: 2rem;
}

.services-slider__title {
  margin-bottom: 0.88rem;
}

/*# sourceMappingURL=what-to-expect.css.map */
