.testimonial-slider-wrapper{
max-width:900px;
margin:auto;
text-align:center;
}

.rating{
color:#f6b800;
font-size:18px;
letter-spacing:3px;
margin-bottom:10px;
}

.rating span{
color:#333;
margin-left:8px;
}

.testimonial-content h3{
font-size:32px;
font-weight:700;
margin-bottom:20px;
}

.testimonial-content p{
font-size:16px;
line-height:1.8;
max-width:650px;
margin:0 auto 25px;
}

.testimonial-content h4{
font-size:22px;
margin-bottom:5px;
}

.designation{
font-size:15px;
}

.testimonial-thumb-slider{
margin-top:40px;
}

.testimonial-thumb-slider .swiper-slide{
width:70px!important;
height:70px;
opacity:.6;
}

.testimonial-thumb-slider img{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
border:5px solid transparent;
}

.testimonial-thumb-slider .swiper-slide-thumb-active{
opacity:1;
}

.testimonial-thumb-slider .swiper-slide-thumb-active img{
border-color:#1f6f5f;
}

.testimonial-thumb-slider .swiper-wrapper{
justify-content:center;
}