.card.testimonial {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2em var(--theme--card--padding, 10px);
    box-shadow: var(--theme--box-shadow);
    border-radius: var(--theme--border-radius);
}
.card.testimonial .card-body {
     padding: 0 var(--theme--card--padding, 10px);
}
.testimonial-image {
    border-radius: 50%;
    height: 100%;
    object-fit:contain;
}
.testimonial-title {
    margin-top:0;
    margin-bottom:0.5em;
}
.testimonial-description {
    margin-top:0;
    line-height:1.5em;
}
.testimonial-name {
    font-family: var(--theme--heading-font);
}
.testimonialHero .slick-prev {
     color: var(--theme--text-color);
   left: -60px;  
 }
 .testimonialHero .slick-next {
     color: var(--theme--text-color);
     right:-60px;
}
 .testimonialHero .slick-prev::before {
        color: var(--theme--text-color);
    }
 .testimonialHero .slick-next::before {
     color: var(--theme--text-color);
}
p.testimonial-name {
    font-weight: 700;
}
p.testimonial-person-designation ,p.testimonial-name{
    margin: 0;
}

