.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:767px) {
  .testimonial--single-item {
    margin-bottom: 30px
  }
}

.testimonials--star-wrapper,
.testimonials--text-wrapper {
  justify-content: center;
  margin: 20px
}

.testimonials--star-wrapper svg {
  margin: 0 3px
}

.testimonials--star-wrapper.rich-stars svg {
  margin: 0 2px;
}

.testimonials--star-wrapper.rich-stars svg path {
  fill: #ffd700;
  stroke: #d8d8d8;
}

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

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

.testimonial-section--image img {
  max-width: 200px;
  min-width: 200px;
  min-height: 200px;
  max-height: 200px;
  display: inline-block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover, object-position: center"
}