.testimonials-section{

    padding:100px 0;

    background:#ffffff;

}

.testimonial-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 15px 30px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.testimonial-card:hover{

    transform:translateY(-8px);

}

.stars{

    color:#FFC107;

    font-size:24px;

    margin-bottom:20px;

}

.testimonial-card h5{

    color:var(--primary);

    margin-top:20px;

    margin-bottom:5px;

}