.home-hero {
    padding: 70px 0 56px 0;
}

.home-hero-content {
    max-width: 840px;
}

.home-hero .section-label {
    margin-bottom: 18px;
}

.home-hero h1 {
    max-width: 830px;
    margin: 0 0 22px 0;
    color: var(--text);
    font-family: var(--serif);
    font-size: 62px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: .98;
}

.home-hero p:last-child {
    max-width: 720px;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.7;
}

.article-list-section {
    padding-bottom: 10px;
}

.section-headline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 26px;
    border-top: 1px solid var(--border);
    padding-top: 24px;
}

.section-headline .section-label {
    margin-bottom: 7px;
}

.section-headline h2 {
    font-family: var(--serif);
    font-size: 38px;
    line-height: 1;
}

@media (max-width: 760px) {
    .home-hero {
        padding: 44px 0 42px 0;
    }

    .home-hero h1 {
        font-size: 42px;
        line-height: 1.05;
    }

    .home-hero p:last-child {
        font-size: 18px;
    }

    .section-headline h2 {
        font-size: 32px;
    }
}
