.testimonial-shortcode .testimonials-wrapper:hover .testi-text {
    background: linear-gradient(90deg, #197549 0%, #b5db7a 100%);
    color: #ffffff;
}
.testimonial-shortcode .testi-text {
    font-size: 17px;
    line-height: 35px;
    color: #8c8e91;
    font-weight: 500;
    font-family: "Poppins";
    background-color: #ffffff;
    padding: 40px 40px;
    position: relative;
    box-shadow: 0px 0px 23px -12px;
}
.testimonial-shortcode .testi-title {
    font-size: 17px;
    line-height: 25px;
    color: #2e2f31;
    font-weight: 600;
    font-family: "Barlow";
}
.testimonial-shortcode .testi-title:hover {
    color: #197549;
}
.testimonial-shortcode .testi-desig {
    font-size: 14px;
    line-height: 20px;
    font-family: "Barlow";
}