/* ── Text Block ───────────────────────────────────────────────────────────── */

.nyehs-tb {
    padding: 72px 40px;
}

.nyehs-tb__inner {
    width: 100%;
}

.nyehs-tb__heading {
    margin: 0 0 24px;
    font-size: clamp( 1.75rem, 3.5vw, 2.5rem );
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: inherit;
}

.nyehs-tb__body {
    font-size: 1.0625rem;
    line-height: 1.78;
    color: inherit;
    opacity: 0.82;
}

.nyehs-tb__body p {
    margin: 0 0 1.2em;
}

.nyehs-tb__body p:last-child {
    margin-bottom: 0;
}

@media ( max-width: 600px ) {
    .nyehs-tb {
        padding: 48px 20px;
    }
}
