/*Testimonial*/

.testimonial-columns {
    display: flex;
}

.testimonial-col.testimonial-image {
    width: 28%;
}

.testimonial-col.testimonial-content {
    width: 68%;
}

