.testimonials-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 30px;
}
.testimonial--circle-images .testimonial-section--image img {
  border-radius: 50%;
}
.testimonial--single-item {
  width: 100%;
  padding: 24px;
  background: #FFFFFF0D;
}
@media screen and (min-width: 768px) {
  .testimonial--single-item {
    width: calc(100% / 3 - 40px);
    padding: 44px 34px;
  }
}
.testimonial--single-item div:first-of-type {
  margin-top: 0;
  justify-content: flex-start;
  color: #EF8B59;
}
.testimonial--single-item .h6 {
  margin-bottom: 0;
}

.testimonials--text-wrapper {
  word-wrap: break-word;
  margin: 12px 0 22px;
}
.testimonials--star-wrapper svg {
  margin: 0 3px;
}
.testimonial-section--image {
  text-align: center;
  display: inline-flex;
}
.testimonial-section--image > div {
  display: inline-block;
}
.testimonial-section--image img {
  max-width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: inline-block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover, object-position: center";
}
.section--testimonials-wrapper .content-align--left .testimonials-block {
  justify-content: flex-start;
}
.section--testimonials-wrapper .content-align--left .testimonial--single-item {
  text-align: left;
}
.section--testimonials-wrapper .content-align--left .testimonials--star-wrapper,
.section--testimonials-wrapper
  .content-align--left
  .testimonials--text-wrapper {
  justify-content: flex-start;
}
.section--testimonials-wrapper
  .content-align--left
  .testimonial-section--image {
  text-align: left;
}
.section--testimonials-wrapper .content-align--right .testimonials-block {
  justify-content: flex-end;
}
.section--testimonials-wrapper .content-align--right .testimonial--single-item {
  text-align: right;
}
.section--testimonials-wrapper
  .content-align--right
  .testimonials--star-wrapper,
.section--testimonials-wrapper
  .content-align--right
  .testimonials--text-wrapper {
  justify-content: flex-end;
}
.section--testimonials-wrapper
  .content-align--right
  .testimonial-section--image {
  text-align: right;
}

.customer-name {
    display: flex;
    align-items: center;
    gap: 10px;
}