.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;
}
.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";
}
