.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;}@media screen and (max-width:767px){.testimonial--single-item{margin-bottom:30px}}.testimonials--star-wrapper,.testimonials--text-wrapper{margin:20px}.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"}

.testimonial--single-item{
  width: calc(33% - 20px);
  background: #FFF0DD;
  border-radius: 50px;
}
.testimonial--single-item .h6{
  margin: 20px;
  text-transform: uppercase;
}
.testimonials--star-wrapper .fa-star:before{
  margin-left: 0;
  margin-right: 0;
}
.testimonials--star-wrapper .fa-star{
  color: #FECE8D;
  font-size: 21px;
}
.review-short-bar{
  text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.review-short-bar-title{
  text-decoration: underline;
}
.testimonials--text-wrapper{
  color: #26284F;
}
.homepage-featured-content-box-inner{
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px){
  .testimonial--single-item{
    width: 100%;
  }
}