.testimonials-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 20px;
  row-gap: 30px;
}
.testimonial--circle-images .testimonial-section--image img {
  border-radius: 50%;
}
.testimonial--single-item {
  text-align: center;
  flex: 1 1 240px;
  width: 100%;
  max-width: 100%;
}
.testimonial--single-item div:first-of-type {
  margin-top: 0;
}
.testimonial--single-item .h6 {
  margin-bottom: 0;
}
.testimonials--star-wrapper,
.testimonials--text-wrapper {
  justify-content: center;
  margin: 20px 0;
}
.testimonials--text-wrapper {
  word-wrap: break-word;
}
.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: 45px;
  min-width: 45px;
  min-height: 45px;
  max-height: 45px;
  display: inline-block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover, object-position: center";
}
@media screen and (max-width: 768px) {
  .testimonials-block{
    row-gap: 1px;
    padding: 20px;
  }
  .testimonial--single-item .h6{margin-bottom: 20px}
  .testimonials-block{column-gap:0px}
  .testimonial--single-item{flex:1 1 50%}
}
