.sticky-carousel-section {
  padding-top: 3.7rem;
  padding-bottom: 4.6rem;
  background-color: #f8f6f2;
  z-index: 10;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .sticky-carousel-section {
    will-change: transform;
    overflow: visible;
    padding-top: 11.2rem;
    padding-bottom: 10.7rem;
  }
}
.sticky-carousel-section .title {
  font-size: 3.2rem;
  line-height: 35.2px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .sticky-carousel-section .title {
    font-size: 4.2rem;
    line-height: 46.2px;
  }
}
.sticky-carousel-section .sub-title {
  font-size: 1.4rem;
  line-height: 18.2px;
  font-weight: 400;
  padding-top: 1.6rem;
  padding-bottom: 3rem;
  padding-inline: 1rem;
}
@media (min-width: 769px) {
  .sticky-carousel-section .sub-title {
    padding-top: 1.4rem;
    padding-bottom: 4.4rem;
    font-size: 2rem;
    line-height: 22px;
  }
}
.sticky-carousel-section .swiper-container {
  display: none;
  border-radius: 34px;
  margin-inline: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 60vh;
  max-height: 52.9rem;
}
.sticky-carousel-section .swiper-container .swiper-wrapper {
  border-radius: 34px;
  height: 100%;
}
@media (min-width: 769px) {
  .sticky-carousel-section .swiper-container {
    display: block;
  }
}
.sticky-carousel-section .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 769px) {
  .sticky-carousel-section .benefits-list {
    display: none;
  }
}
