.commentsSlider {
  padding: 50px 0;
  padding-top: 100px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.commentsSlider .commentsSlider-swiper {
  width: 100%;
  max-height: 500px;
  padding: 4px 30px;
}

.commentsSlider .commentsSlider-swiper .swiper-button-prev {
  left: 0;
}

.commentsSlider .commentsSlider-swiper .swiper-button-next {
  right: 0;
}

.commentsSlider .commentsSlider-swiper .swiper-button-next::after,
.commentsSlider .commentsSlider-swiper .swiper-button-prev::after {
  color: #ff1744;
}

.commentsSlider .commentsSlider-swiper .swiper-slide {
  box-shadow: 2px 2px 8px 0px rgba(34, 60, 80, 0.2);
  margin: 4px 0;
  height: auto;
  overflow: hidden;
}

.commentsSlider .commentsSlider-swiper .swiper-slide .image-popup {
  width: 100%;
  height: 100%;
  
}

.commentsSlider .commentsSlider-swiper .swiper-slide .image-popup img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1366px) {
  .commentsSlider {
    margin-top: 0;
  }
}

@media screen and (max-width: 1250px) {
  .commentsSlider .section-title{
    margin: 0 15px;
  }
}

@media screen and (max-width: 960px) {
  .commentsSlider .commentsSlider-swiper {
    margin: 0 50px;
  }
  .commentsSlider {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 560px) {
  .commentsSlider .commentsSlider-swiper {
    margin: 0 15px;
  }
}