.testimonial {
    position: relative;
    z-index: 1;
}


.testimonial .section__intro{
    padding: 0 10px;
}

.review-star ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.review-star ul li {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #EE6618;
}

.review-star ul li:before {
    display: none;
}

.review-star li.review-star--empty {
    opacity: 0.35;
}

.woocommerce-Reviews .commentlist > li {
    margin-bottom: 1.5rem;
}

.woocommerce-Reviews .commentlist > li:last-child {
    margin-bottom: 0;
}

.testimonial-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding: 25px 25px 25px 15px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.bg-green .testimonial-item {
    background: #EBF7F5;
    border-color: #ACDBD1;
}

.bg-purple .testimonial-item {
    background: #fff;
    border-color: #D0CFE7;
}

.bg-gradient .testimonial-item {
    background: #FFFFFF;
    border-color: #F0F0F0;
}

.testimonial-item__image {
    width: 62px;
}

.testimonial-item__content {
    width: calc(100% - 77px);
}

.testimonial-item__content p {
    letter-spacing: 0.03em;
    font-size: 15px;
    line-height: 1.5em;
}

.testimonial-item__heading {
    position: relative;
}

.testimonial-item__heading h3 {
    font-size: 22px;
    font-weight: 400;
    color: #00807F;
    font-family: "Caveat", cursive;
    margin: 0 0 15px;
}

.testimonial-item__heading h3 a {
    color: #00807F;
}

.testimonial-item__date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    font-weight: 300;
    color: #4B4790;
}

.testimonial-text-paragraph .read-more {
    font-weight: 700;
    color: #000;
    background: none;
    border-bottom: none;
}

.testimonial-item__bottom-content h5 {
    font-size: 18px;
    font-weight: 800;
    color: #4B4790;
    width: max-content;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonial-item__bottom-content h5 span {
    font-weight: 400;
    gap: 4px;
    color: #00807F;
    display: flex;
    align-items: center;
    font-family: "Caveat", cursive;
    justify-content: flex-start;
}

.testimonial-item__bottom-content h5 span i {
    font-size: 17px;
}

.testimonial-item__bottom-content h4 {
    font-size: 15px;
    font-weight: 300;
    color: #4B4790;
    font-style: italic;
    letter-spacing: 0.03em;
    line-height: 1.7em;
    margin: 0;
}

@media (min-width: 768px) {
    .testimonial-slider-inner .testimonial-item__image {
        width: 50px;
    }

    .testimonial-slider-inner .testimonial-item__content {
        width: calc(100% - 65px);
    }
}

@media (min-width: 1200px) {
    .testimonial-item {
        padding: 25px 23px 25px 15px;
        height: 100%;
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    }

    .testimonial-item__image {
        width: 94px;
    }

    .testimonial-item__content {
        width: calc(100% - 109px);
    }

    .testimonial-item__bottom-content h5 {
        margin: 0 0 8px;
    }
}

@media (min-width: 1600px) {
    .testimonial-item {
        padding: 50px 47px 50px 30px;
    }

    .testimonial-slider-inner .testimonial-item__image {
        width: 94px;
    }

    .testimonial-slider-inner .testimonial-item__content {
        width: calc(100% - 109px);
    }
}
