.hc-about-page {
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}

.hc-about-hero {
    padding: 10px 12px 0;
    color: #1f1911;
    font-family: Onest, Arial, sans-serif;
}

.hc-about-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 24px;
}

.hc-about-hero__title {
    width: 100%;
    margin: 0;
    color: #1f1911;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.75rem;
}

@media (min-width: 768px) {
    .hc-about-page {
        padding-right: 120px;
        padding-left: 120px;
    }

    .hc-about-hero {
        padding: 16px 0 80px;
    }

    .hc-about-hero__copy {
        padding-bottom: 40px;
    }

    .hc-about-hero__title {
        width: 80%;
        font-size: 3.5rem;
        line-height: 4rem;
    }
}
