.ss-testimonial .testimonial-caption {
    text-align: center;
    padding: 0px 60px;
}
.testimonial-img img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.testimonial-quote svg {
    fill: #f14625;
    width: 50px;
}
.ss-testimonial .cont-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.ss-testimonial .cont-inner span {
	color: #fff;
}