.testimonial-description {
    border-radius: 30px;
    box-shadow: -0.915px 1.831px 20px 1.068px rgba(0, 0, 0, 0.1);
}

.testimonial-description::after {
    content: "";
    position: absolute;
    right: 44px;
    bottom: 24px;
    color: #8FCA3A;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat #F5FFE6;
    background-size: 60%;
    transform: rotate(180deg);
    width: 56px;
    height: 41px;
    opacity: 0.1;
}

.testimonial-description::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    left: 24px;
    width: 0;
    border-width: 20px 17px 0;
    border-style: solid;
    border-color: #FFF transparent;
}

.filled {
    color: #ED930C;
}

.empty-star {
    color: #D0D0D0;
}

.author-img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.slick-dots {
    
}

.slick-dots li.slick-active button:before {
    color: var(--primary-color) !important;
}
.slick-dots li button:before {
    font-size: 12px !important;
}