.testimonial-box {
    background: #fff;
    padding: 27px 30px 30px 30px;
    border-radius: 24px;
    box-shadow: 0px 6px 20px 0px #00718B0F;
}
.testimonial-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.testimonial-rating {
    font-size: 16px;
    color: #00A8D0;
}
.testimonial-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #555555;
}
.testimonial-desc {
    line-height: 140%;
    padding: 20px 0 23px 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #EDEDED;
}
.testimonial-info {
    display: flex;
    gap: 12px;
}
.testimonial-info img {
        width: 60px !important;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    flex-shrink: 0;
}
.testimonial-name {
    font-weight: 500;
    font-size: 18px;
}
.testimonial-position {
    font-size: 14px;
}
.tf-testimonials-carousel .owl-nav.tf-owl-nav-carousel {
    margin-top: 40px;
}