
.testimonial-slider{
    width: 100%;
    min-width: 0;
    min-height: 0;
}
.testimonial-card{
    max-width: 350px;
    padding: 30px;
    margin: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    height: auto !important;
}
.testimonial-icon img{
    max-width: 10%;
}

.testimonial-image{
    text-align: center;
}

.testimonial-image img{
    border-radius: 50%;
    margin: 15px auto;
    max-width: 25%;
}

.testimonial-name{
    text-align: center;
}
