.testimonials-product {
  background: #F3F1EC;
  padding: 112px 0;
}
.testimonials-product__wrapper {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.testimonials-product__item {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 48px clamp(30px, 3vw, 48px);
  height: 100%;
}
.testimonials-product__item-top {
  padding-bottom: 25px;
}
.testimonials-product__item-icon {
  width: 80px;
  margin-bottom: 25px;
}
.testimonials-product__item-text {
  line-height: 1.6;
}
.testimonials-product__item-bot {
  padding-top: 38px;
  border-top: 1px solid #B7B8BD;
}
.testimonials-product__item-logo {
  width: 72px;
}
.testimonials-product__item-info {
  width: calc(100% - 72px - 24px);
}
.testimonials-product__item-info b {
  font-weight: 600;
}
.testimonials-product .swiper-slide {
  height: auto;
}
.testimonials-product .swiper-pagination {
  bottom: auto;
  position: relative;
  margin-top: 30px;
}
.testimonials-product .swiper-pagination-bullet {
  margin: 0 5px !important;
  background: #B7B8BD !important;
}
.testimonials-product .swiper-pagination-bullet-active {
  background: #757EFF !important;
}
@media (max-width: 1400px) {
  .testimonials-product__wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .testimonials-product__item-icon {
    width: 80px;
    margin-bottom: 25px;
  }
  .testimonials-product__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}