.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: 0 1 220px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .testimonial--single-item {
    margin-bottom: 30px;
  }
}
.testimonials--star-wrapper,
.testimonials--text-wrapper {
  margin: 10px 0 0;
}
.testimonials--text-wrapper p {
  margin: 0;
}
.testimonial-section--image {
  text-align: center;
  display: inline-block;
}
.testimonial-section--image > div {
  display: inline-block;
  height: auto !important;
}
.testimonial-section--image img {
  display: inline-block;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: cover, object-position: center";
}

.shopify-section .homepage-sections-wrapper.text--testimonials-wrapper {
  padding: 30px 0 0 !important;
}
/* @media screen and (max-width: 1199px) {
  .testimonial--single-item {
    flex: 0 1 240px;
  }
} */
@media screen and (max-width: 990px) {
  .testimonials-block {
    justify-content: center;
  }
  .testimonial--single-item {
    flex: 0 1 34%;
  }
  .testimonial--single-item a {
    display: inline-block;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial--single-item {
    flex: 0 1 44%;
  }
}
@media screen and (max-width: 479px) {
  .testimonial--single-item {
    flex: 0 1 50%;
  }
}
