.case-quote-section {
    padding: 96px 0 88px;
}

.case-quote-section__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.case-quote-section__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.case-quote-section__content {
    max-width: 1120px;
    margin: 0 auto;
}

.case-quote-section__text {
    margin: 0;
    color: #111111;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.22;
    letter-spacing: 0;
    text-align: center;
}

.case-quote-section__chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.case-quote-section__chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    background: #FFFFFF;
    color: #1C1C1C;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    white-space: nowrap;
}

.case-quote-section__chip-label {
    color: #666666;
}

.case-quote-section__chip-value {
    color: #1C1C1C;
}

@media (max-width: 1024px) {
    .case-quote-section {
        padding: 72px 0 72px;
    }

    .case-quote-section__text {
        font-size: 28px;
        line-height: 1.28;
    }
}

@media (max-width: 767px) {
    .case-quote-section {
        padding: 56px 0 60px;
    }

    .case-quote-section__container {
        padding: 0 16px;
    }

    .case-quote-section__icon {
        margin-bottom: 20px;
    }

    .case-quote-section__icon svg {
        width: 24px;
        height: 20px;
    }

    .case-quote-section__text {
        font-size: 22px;
        line-height: 1.32;
    }

    .case-quote-section__chips {
        margin-top: 24px;
        gap: 10px;
    }

    .case-quote-section__chip {
        min-height: 40px;
        padding: 8px 12px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 18px;
    }
}
