.gradient-on-block-testimonials-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(145.33deg, rgba(178, 110, 119, 0.24) 33.77%, rgba(178, 110, 119, 0) 85.27%);
  border-radius: 1px;
  clip-path: polygon(80% 0%, 100% 100%, 100% 100%, 0 100%, 0 0);
}
@screemn md {
  .gradient-on-block-testimonials-dark {
    clip-path: polygon(65.5% 0%, 100% 128%, 100% 100%, 0 100%, 0 0);
  }
}

.testimonials-dark-pagination {
  padding-left: 5px;
}
.testimonials-dark-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 16px !important;
  margin-left: 0 !important;
}
.testimonials-dark-pagination .swiper-pagination-bullet-active {
  background: #BDC5D9;
}