.hc-home-about {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0 12px 70px;
    color: #1f1911;
    font-family: Onest, Arial, sans-serif;
}

.hc-home-about__copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hc-home-about__eyebrow {
    margin: 0;
    color: #b0a89d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.hc-home-about__title {
    width: 90%;
    margin: 0;
    color: #1f1911;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.hc-home-about__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, auto));
    gap: 20px;
}

.hc-home-about__stat {
    min-width: 0;
}

.hc-home-about__number {
    margin: 0;
    color: #1f1911;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
}

.hc-home-about__description {
    width: 100%;
    margin: 0;
    color: #423a2e;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .hc-home-about {
        flex-direction: row;
        gap: 32px;
        padding: 240px 0 160px;
    }

    .hc-home-about__copy {
        width: 60%;
    }

    .hc-home-about__eyebrow {
        font-weight: 500;
    }

    .hc-home-about__title {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .hc-home-about__stats {
        width: 40%;
    }

    .hc-home-about__stat {
        display: flex;
        width: fit-content;
        flex-direction: column;
        padding: 20px 24px;
        border-radius: 16px;
        background: #efebe5;
    }

    .hc-home-about__number {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .hc-home-about__description {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
