.slider {
  opacity: 1;
}
.slick-list.draggable {
  top:14px;
}
.testimonial-module-slider .slick-dots {
  bottom: 3.2rem!important;
}
.testimonial-module .testimonial-module-slider .slick-dotted.slick-slider {
  margin-bottom:0 !important;
}
.testimonial-module-slider_container {
  border-radius:1.25rem;
}

@media (max-width: 991px) {
  .testimonial-module-slider .slick-dots {
    bottom: 0rem !important;
    display: none !important;
  }
  .slick-list.draggable {
  top:14px;
}
  
  .testimonial-module-slider {
    padding-bottom:2rem;
}
