.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:left;
    flex:1 1 240px;
    padding-right: 5rem;
}
@media screen and (max-width:767px){
    .testimonial--single-item{
        margin-bottom:30px;
        padding-right: unset;
    }
}
.testimonials--star-wrapper,.testimonials--text-wrapper{
    justify-content:flex-start;
    margin:10px auto;
}
.testimonials--customer-name{
    font-size:var(--body-font-size-14-to-em)
}
.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: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"
}

/* Custom */

@media screen and (max-width: 800px){
    .testimonial--single-item{
        margin-bottom:30px;
        padding-right: 2rem;
    }
}

[data-wetheme-section-type="text--testimonials"].homepage-sections-wrapper  {
    padding: 80px 30px;
}

[data-wetheme-section-type="text--testimonials"] .homepage-sections--title {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
}

[data-wetheme-section-type="text--testimonials"] .testimonials--star-wrapper.inline-icon--wrapper {
    color: #FCB11F;
    margin: 20px auto;
}

[data-wetheme-section-type="text--testimonials"] .testimonials--text-summary-wrapper {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}

[data-wetheme-section-type="text--testimonials"] .testimonials--text-wrapper * {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px; 
}

[data-wetheme-section-type="text--testimonials"] .testimonials--customer-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 59px;
}

[data-wetheme-section-type="text--testimonials"] .sitewide--title-wrapper {
  background: unset;
  border: unset;
}