.testimonials-section__slide {
  padding: 64px 24px;
}
.testimonials-section__slide .star-rating {
  display: flex;
}
.testimonials-section__slide .text-align-center .star-rating {
  justify-content: center;
}
.testimonials-section__slide .text-align-right .star-rating {
  justify-content: flex-end;
}
.testimonials-section__slide .star-rating svg {
  height: 18px;
  width: auto;
  margin: 0 4px;
  fill: currentColor;
}

@media only screen and (min-width: 768px) {
  .testimonials-section__slide {
    padding: 5% 3%;
  }
}