.value-section {
    padding: 60px 0;
    text-align: center;
}

.value-section h2 {
    font-size: clamp(32px, 4vw, 40px);
    line-height: 1.2;
    font-weight: 600;
    color: #22407a;
    max-width: 900px;
    margin: 0px auto;
}

/* .value-section .highlight {
    color: #22407a;
} */

.value-section p {
    max-width: 706px;
    margin: 0 auto;
    color: #656e7b;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .value-section {
        padding: 20px 0px;
        text-align: center;
    }

    .value-section h2 {
        font-size: clamp(26px, 6vw, 32px);
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .value-section .highlight {
        color: #22407a;
    }

    .value-section p {
        max-width: 100%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.6;
        padding: 0 8px;
    }
}