.testimonial-item {
    width: 100%;
}
.testimonial-item .s-title {
    font-size: clamp(16px, 2vw, 22px);
    margin-bottom: 2rem;
}
.testimonial-item .editor-content p {
    line-height: 2;
    font-size: 14px;
}
.testimonial-item .editor-content {
    margin-top: 2rem;
}
.date-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EFF7FA;
    min-height: 44px;
    padding-inline: 1rem;
    border-radius: 8px;
    margin-block: 2rem;
}
.date-box i {
    color: var(--color1);
    width: 20px;
    height: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.date-end,
.date-start {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(12px, 3vw, 15px);
    color: var(--color3);
    font-family: var(--SemiBold);
}
.date-end span, .date-start span {
    padding-top: 4px;
}
.testimonial-logo {
    margin-block: 2rem;
}
.section-testimonial .swiper-vertical {
    max-height: 550px;
    max-width: 660px;
    position: relative;
}
.swiper-testimonial {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 5px;
    height: 72px;
    width: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-testimonial:before {
    content: '\e925';
    font-family: 'icomoon';
    color: white;
    font-size: 128px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.swiper-testimonial-prev,
.swiper-testimonial-next {
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-testimonial-prev {
    transform: rotate(-90deg);
}
.swiper-testimonial-prev:before, .swiper-testimonial-next:before {
    content: '\e902';
    font-family: 'icomoon';
    color: var(--color5);
    font-size: 18px;
    transition: 0.4s;
}
.swiper-testimonial-prev:hover:before,
.swiper-testimonial-next:hover:before {
    color: var(--color1);
}
.sw--testimonial {
    border-radius: 2rem;
}
.sw--testimonial--one .swiper-pagination {
    bottom: 24px !important;
}
.sw--testimonial .swiper-pagination-bullet {
    border: 2px solid rgb(225 225 225 / 30%);
}
.sw--testimonial .swiper-pagination-bullet-active:before {
    border: 1px solid var(--white);
}
.sw--testimonial2 .swiper-slide {
    display: flex;
    align-items: center;
}
.sw--testimonial--one {
    height: 550px;
}
@media only screen and (max-width: 1200px) {
    .section-testimonial .swiper-vertical {
        max-height: 470px;
    }
}
@media only screen and (max-width: 992px) {
    .swiper-testimonial {
        right: 40px;
    }
    /*.sw--testimonial--one .swiper-pagination {*/
    /*    bottom: 215px !important;*/
    /*}*/
    .section-testimonial .row.position-relative {
        gap: 2rem;
    }
}
@media only screen and (max-width: 768px) {
    .section-testimonial .swiper-vertical {
        min-width: 288px;
        max-width: 450px;
        max-height: 425px;
    }
    .section-testimonial .sw--testimonial {
        margin-bottom: 3rem;
        max-height: 385px;
    }
    .sw--testimonial--one .swiper-pagination {
        bottom: 12px !important;
    }
    .swiper-testimonial {
        right: 50%;
        transform: translateX(50%) rotate(90deg);
        top: calc(100% - 58px);
    }
    .section-testimonial .row.position-relative {
        gap: 0;
    }
    .testimonial-item .s-title {
        text-align: center;
    }
    .sw--testimonial {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 450px) {
    .section-testimonial .swiper-vertical {
        min-width: 288px;
        max-width: 288px;
    }
    .section-testimonial .sw--testimonial {
        max-height: 250px;
    }
}