.wcl-feedback-section .data-title {
  margin-bottom: 50px;
  text-align: center;
}
.wcl-feedback-section .wcl-feedback-slider {
  position: relative;
  height: 100%;
}
.wcl-feedback-section .wcl-feedback-slider .wcl-slider-item {
  height: 100%;
  padding: 30px 35px;
  border: 2px solid #DDD;
}
.wcl-feedback-section .wcl-feedback-slider .wcl-slider-item .item-rating {
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  margin-bottom: 15px;
}
.wcl-feedback-section .wcl-feedback-slider .wcl-slider-item .data-title {
  margin-bottom: 10px;
  color: var(--dark-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
.wcl-feedback-section .wcl-feedback-slider .wcl-slider-item .item-feedback {
  margin-bottom: 15px;
  color: var(--gray-color);
  font-size: 20px;
  font-weight: 500;
}
.wcl-feedback-section .swiper {
  width: 100%;
  height: 100%;
}
.wcl-feedback-section .swiper-wrapper {
  margin-bottom: 25px;
  align-items: stretch;
}
.wcl-feedback-section .swiper-slide {
  height: auto;
}
.wcl-feedback-section .swiper-pagination {
  position: static;
}
.wcl-feedback-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.wcl-feedback-section .swiper-pagination-bullet-active {
  background: var(--accent-color);
}
@media only screen and (max-width: 768px) {
  .wcl-feedback-section .data-title {
    margin-bottom: 30px;
  }
  .wcl-feedback-section .wcl-feedback-slider .wcl-slider-item .data-title {
    margin-bottom: 14px;
  }
  .wcl-feedback-section .swiper-wrapper {
    margin-bottom: 20px;
  }
}
