.testimonials-new{
    h3{
        margin: 20px 0;
        font-size: 21px !important;
    }
    .testi {
    background: rgb(235, 235, 235);
    padding: 20px 0px;
    margin-right: 0;
    margin-left: 0;
}
.testi h3{
    font-size: 1.75rem !important;
}
.testi.mt-3 {
    margin-top: 1rem !important;
}
.testi .font-weight-bold {
    font-weight: 700 !important;
}
.testi p{
    font-size: 16px !important;
    color: #212529 !important;

}
.testi .col-md-10 p:nth-of-type(3){
    margin-bottom: 15px !important;
}
.testi .col-md-12:nth-of-type(2) p{
    margin-bottom: 20px !important;
}
/* .row.testi .col-md-12 .row{
    display: flex;
    gap: 30px;
} */
}
@media (max-width: 767.9px) {
    .row.testi.mt-3 .col-md-2 {
        text-align: center;
    }
    .row.testi .col-md-2 {
        text-align: center;
    }
}
