.testimonials-section{
    padding: 50px 0 100px;
    background: rgb(173, 151, 155);
}
.testimonials-section .testimonial .user-image{
    width:180px;
    height: 180px;
    object-fit: cover;

    border-radius: 50%;

}
.testimonials-section .testimonial.swiper-slide{
    display:flex;
    padding: 35px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.testimonials-section .testimonial .name{
    margin-bottom: 16px;
    font-size: var(--font-size-m);



}
.section-title h2{
    text-align: center;
    color: rgb(79, 72, 72);
    
    
}

.testimonial-section .slider-wrapper{
    overflow: hidden;
    margin:0 60px 50px
}
.testimonials-section .testimonial .feedback{
    line-height: 25px;
}
.testimonials-section .swiper-pagination-bullets{
    width:15px;
    height:15px;
    opacity:1;
    
    background:var(--secondary-color);
}
.testimonials-section  .swiper-slide-button{
    color:orange;
    transition: 0.3s ease;
    margin-top: -50px;

}
.testimonials-section  .swiper-slide-button:hover{


}


