.lp-reviews-carousel-static {
  padding: 0 20px;
}
.lp-reviews-carousel-static .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: 70px 0;
}
.lp-reviews-carousel-static .inner .main-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 136%;
  color: #0F0F0F;
  margin-bottom: 20px;
}
.lp-reviews-carousel-static .inner .static-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-wrapper .swiper-slide {
  background: rgb(236, 240, 244);
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-wrapper .swiper-slide .customer {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-wrapper .swiper-slide .content-wrapper {
  padding: 10px;
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-wrapper .swiper-slide .content-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-wrapper .swiper-slide .content-wrapper .text {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-wrapper .swiper-slide .content-wrapper .name {
  font-weight: 600;
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-pagination {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 50%;
  background: #CFD8E6;
  opacity: 0.7;
}
.lp-reviews-carousel-static .inner .static-carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0038AF;
}
@media (max-width: 768px) {
  .lp-reviews-carousel-static .inner {
    margin: 35px 0;
    padding: 4%;
    gap: 15px;
  }
  .lp-reviews-carousel-static .inner .main-title {
    font-size: 24px;
    text-align: center;
  }
  .lp-reviews-carousel-static .inner .static-carousel .swiper-wrapper .swiper-slide .content-wrapper .text {
    font-size: 17px;
  }
}

/*# sourceMappingURL=carousel-static.css.map */
