.portal-page-header {
    max-width: 880px;
    margin-bottom: 28px;
}

.portal-page-header__eyebrow {
    margin: 0 0 22px;
    color: $portal-muted-light;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.portal-page-header__eyebrow span,
.portal-page-header__eyebrow strong {
    display: inline;
}

.portal-page-header__eyebrow span+span,
.portal-page-header__eyebrow strong {
    margin-left: 8px;
}

.portal-page-header__eyebrow strong {
    color: $portal-ink;
    font-weight: 700;
}

.portal-page-header h1 {
    margin: 0 0 18px;
    color: $portal-heading;

    font-family: $portal-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
}

// No narrower than the header itself: a 690px cap wrapped the longer page
// descriptions onto a second line for no reason.
.portal-page-header__description {
    display: block;
    color: $portal-text;
    font-size: 14px;
    line-height: 1.7;
}

@include media-breakpoint-down(lg) {
    .portal-page-header {
        margin-bottom: 22px;
    }

    .portal-page-header__eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .portal-page-header h1 {
        font-size: 27px;
    }

    .portal-page-header__description {
        font-size: 13px;
        line-height: 1.6;
    }
}