.testimonial_wrap{max-width:692px; margin:0 auto; text-align:center;}
.testimonial_wrap h2{margin-bottom:32px;}

.testimonial_wrap .swiper-pagination{position:unset; margin-top:64px; display:inline-flex;}
.testimonial_wrap .swiper-pagination-bullet{margin:0 2px; background-color:var(--color-black); opacity:.4; width:4px; height:4px; transition:.33s linear; border-radius:2px;}
.testimonial_wrap .swiper-pagination-bullet-active{width:16px; opacity:1; background:#777777;}
.testimonial_wrap .swiper-slide {opacity: 0;transition: opacity 0.4s ease;}
.testimonial_wrap .swiper-slide.swiper-slide-active {opacity: 1;}
.testimonial_wrap img{width: 132px;height: auto;margin-bottom:32px;}
@media(max-width:991px){
  .testimonial_wrap .lora-medium{font-size:20px;}
  .testimonial_wrap img{width: 100px}
  .testimonial_wrap {padding: 0 8px;}
}