.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{
    /* text-align:left; */
    /* flex:1 1 240px; */
    /* max-width:430px; */
    /* width:100% !important; */
    /* background-color: #55086A; */
    /* color: #ffff; */
    /* padding: 60px; */
    /* border-radius: 0.7rem; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    /* align-items: flex-start; */
}
/* @media screen and (min-width:768px){ */
    /* .testimonial--single-item{ */
        /* flex:1 1 240px */
        /* max-width:240px; */
    /* width:100% !important; */
    /* } */
/* } */
.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:flex-start;
    margin:10px 0;
     color: #fff !important;
}
.testimonials--text-wrapper{
    word-wrap:break-word;
    font-size:16px !important;
    margin:0px;
}
.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:100px !important;
    /* min-width:200px !important; */
    /* min-height:200px !important; */
    /* max-height:200px !important; */
    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
}
 

.js body:not(.animations-disabled) [data-animate]{
    opacity:100%
}