/* About page overrides */

.more_copy h1{
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    max-width: 14ch;
}

@media (max-width: 980px){
    .more_main{
        width: min(100% - 1.25rem, 900px);
        margin-top: 12.8rem;
    }
    .more_hero,
    .more_sections,
    .more_stats{
        grid-template-columns: 1fr;
    }
    .more_copy h1{
        font-size: clamp(2.35rem, 11vw, 4rem);
    }
}
