@media screen and (max-width: 930px){
    .testimonials .title{}
    .testimonials .testimonial-item{}
}

@media screen and (max-width: 850px){

}

@media screen and (max-width: 768px){

}

@media screen and (min-width: 766px) and (max-width: 767px){
    .testimonials .title{
        font-size: 24px;
    }
    .testimonials .testimonial-item{
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 576px){
    .testimonials .title{
        font-size: 24px;
    }
    .testimonials .testimonial-item{
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 500px){
    .testimonials .title{
        font-size: 24px;
    }
    .testimonials .testimonial-item{
        padding: 20px 10px;
    }
}

@media screen and (max-width: 520px){
    .testimonials .title{
        font-size: 24px;
    }
    .testimonials .testimonial-item{
        padding: 20px 10px;
    }
}

@media screen and (max-width: 420px){
    .testimonials .title{
        font-size: 24px;
    }
    .testimonials .testimonial-item{
        padding: 20px 10px;
    }
}

@media screen and (max-width: 414px){
    .testimonials .title{
        font-size: 24px;
    }
    .testimonials .testimonial-item{
        padding: 20px 10px;
    }
}

@media screen and (max-width: 375px){
    .testimonials .title{
        font-size: 24px;
    }
    .testimonials .testimonial-item{
        padding: 20px 10px;
    }
}

@media screen and (max-width: 320px){
    .testimonials .title{
        font-size: 24px;
    }
    .testimonials .testimonial-item{
        padding: 20px 10px;
    }
}
