.testimonials-sections .vc_row.testimonials-row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    gap: 20px;
}
.testimonials-row .testimonial-col {
    width: 100%;
        border: 1px solid #ccc;
    border-radius: 10px;
}
.testimonial-col .testimonial-img img {
    max-width: 36px;
}
.testimonial-col .testimonial-img {
    margin-bottom: 10px;
}
.testimonials-row .testimonial-col > .vc_column-inner {
    padding: 30px;
    height: 100%;
}
.testimonial-img-name {
    margin-top: auto;
}
.testimonials-row .testimonial-col > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial-img-name .testi-name-img {
    display: flex;
    align-items: center;
    gap: 10px;
}
p.testimonial-content {
    margin-bottom: 15px;
}