/**====================================
Contents
====================================**/
.ecomm-testimonial-01 .testimonialslider .testi-item p{
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    max-width: 660px;
    margin: 0 auto;
}
.ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
}
.ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc figure{
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 50%;
}
.ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc > div{
    margin-left: 17px;
}
.ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc h5,
.ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc span{
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
.ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc h5{
    font-weight: 600;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 767px){
    .ecomm-testimonial-01 .testimonialslider .testi-item p,
    .ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc h5,
    .ecomm-testimonial-01 .testimonialslider .testi-item .testi-desc span{
        font-size: 12px;
    }
}



