.intro-section-3827 {
    line-height: 1.6;
}

.intro-title-3827 {
    font-size: clamp(24px, 2.5vw, 32px);
    color: #0d0c09;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
    margin-top: 0;
}

.intro-text-3827 {
    font-size: clamp(16px, 1.5vw, 18px);
    color: #0d0c09;
    line-height: 1.8;
}

.intro-text-3827 p {
    margin-top: 1.6rem;
    margin-bottom: 0;
}

.intro-text-3827 p:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .intro-title-3827 {
        font-size: clamp(20px, 4vw, 24px);
        margin-bottom: 1.5rem;
    }

    .intro-text-3827 {
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 1.7;
    }

    .intro-text-3827 p {
        margin-top: 1.4rem;
    }
}

.big-list .item .item-content .item-name.h3 {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .big-list .item .item-content .item-name.h3 {
        font-size: clamp(16px, 3.5vw, 20px);
    }
}

.testimonial-layout-3827 {
    align-items: flex-start;
}

.testimonial-left-3827 {
    padding-right: 6.4rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
}

.testimonial-title-3827 {
    font-size: clamp(32px, 3vw, 44px);
    color: #0d0c09;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2.4rem;
    margin-top: 0;
}

.testimonial-intro-3827 {
    font-size: clamp(16px, 1.2vw, 18px);
    color: #0d0c09;
    line-height: 1.8;
    margin-bottom: 4.8rem;
    margin-top: 0;
}

.testimonial-text-3827 {
    margin-bottom: 3.2rem;
}

.testimonial-text-3827 blockquote {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
}

.testimonial-rating-3827 {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2.4rem;
}

.stars-3827 {
    color: #f5a623;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1;
}

.testimonial-rating-3827 cite {
    margin-top: 0;
}

.testimonial-right-3827 {
    padding: 0;
}

.testimonial-right-3827 .testimonial-image-list {
    padding-top: calc(100vh - 8rem);
    min-height: 600px;
}

.testimonial-text-3827 .fs-tab-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1;
}

.testimonial-text-3827 .fs-tab-content.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 2;
}

.testimonial-text-3827 .fs-tab-content .fs-tab-content-inner {
    opacity: 1;
    transition: none;
}

@media only screen and (max-width: 768px) {
    .testimonial-layout-3827 {
        display: flex;
        flex-direction: column;
    }

    .testimonial-left-3827 {
        padding-right: 0;
        padding-top: 4.8rem;
        padding-bottom: 2.4rem;
        width: 100%;
        grid-column: 1 / -1;
    }

    .testimonial-title-3827 {
        font-size: clamp(20px, 4vw, 24px);
        margin-bottom: 1.6rem;
    }

    .testimonial-intro-3827 {
        font-size: clamp(14px, 3.5vw, 16px);
        margin-bottom: 3.2rem;
    }

    .testimonial-text-3827 blockquote {
        font-size: clamp(14px, 3.5vw, 18px);
        line-height: 1.6;
    }

    .testimonial-rating-3827 {
        gap: 0.8rem;
        margin-top: 1.6rem;
    }

    .stars-3827 {
        font-size: 1em;
    }

    .testimonial-section .testimonial-right-3827 {
        display: block;
        width: 100%;
        padding-top: 0;
        margin-top: 2.4rem;
        grid-column: 1 / -1;
    }

    .testimonial-right-3827 .testimonial-image-list {
        padding-top: 0;
        min-height: 300px;
        height: 50vh;
        max-height: 500px;
    }

    .testimonial-pagination {
        justify-content: center;
        margin-top: 3.2rem;
    }

    .testimonial-pagination .testimonial-pagination-item {
        width: 2.4rem;
        height: 2.4rem;
        margin: 0 0.6rem;
    }

    .testimonial-pagination .testimonial-pagination-item:after {
        width: 1.2rem;
        height: 1.2rem;
    }

    .testimonial-pagination .testimonial-pagination-item:first-child {
        margin-left: 0;
    }

    .testimonial-pagination .testimonial-pagination-item:last-child {
        margin-right: 0;
    }
}
