.text-page {
    max-width: 860px;
    margin: 1.5rem auto 3.2rem;
    padding: 0 1.25rem;
}

.text-page h1 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.9rem, 3vw, 2.2rem);
}

.text-page-body {
    line-height: 1.7;
    color: #4b5563;
}

.text-page-body a {
    color: #ea580c;
    text-decoration: none;
    border-bottom: 1px solid rgba(234, 88, 12, 0.35);
}

.text-page-body a:hover {
    border-bottom-color: #ea580c;
}

@media (max-width: 640px) {
    .text-page {
        padding: 0 1rem;
    }

    .text-page h1 {
        font-size: 1.7rem;
    }
}
