.testimonials-single-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonials-single-wrapper .author-pic{
    padding-bottom: 16px;
}
.testimonials-single-wrapper .author-pic img{
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 100%;
}