.testimonials-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

/* .testimonial--circle-images .testimonial-section--image img {
    border-radius: 50%
} */

.testimonial--single-item {
    text-align: center;
    flex: 1 1 240px
}

@media screen and (max-width:768px) {
    .testimonial--single-item {
        margin-bottom: 30px
    }
}

.testimonials--star-wrapper,
.testimonials--text-wrapper {
    margin: 20px
}

.testimonial-section--image {
    text-align: center;
    display: inline-block
}

.testimonial-section--image>div {
    display: inline-block
}

.testimonial-section--image img {
    max-width: 150px;
    min-width: 150px;
    min-height: 150px;

    display: inline-block;
    object-fit: cover;
    object-position: center;
    object-fit: cover;
}