/**
 * Editorial hero-headline spacing.
 * Kept in a separately named asset so optimization/CDN caches cannot reuse the
 * earlier headline treatment.
 */
.mhit-home .hero h1 > span,
.mhit-home .hero h1 > em {
    display: block;
}

.mhit-home .hero h1 > em {
    margin-top: 0.08em;
}

@media (min-width: 851px) {
    .mhit-home .hero h1 {
        line-height: 0.91;
        letter-spacing: -0.055em;
    }
}

@media (min-width: 621px) and (max-width: 850px) {
    .mhit-home .hero h1 {
        line-height: 0.93;
    }
}
