.o-sub-hero {
    background: #1e1e1e;
    color: #fff;
}
.o-sub-hero__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.o-sub-hero__wrapper .a-title {
    font-size: 1.5rem;
    line-height: 1;
}

@media (min-width: 1024px) {
    .o-sub-hero__wrapper {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .o-sub-hero__wrapper .a-title {
        font-size: 2rem;
    }
}
.o-sub-hero__description {
    font-size: 0.875rem;
    line-height: 1.35;
    margin-top: 0.9375rem;
    margin-bottom: 1.5625rem;
}
@media (min-width: 1024px) {
    .o-sub-hero__description {
        font-size: 1.125rem;
        margin-top: 0.5625rem;
        margin-bottom: 0;
    }
}