.after-hero {
    margin-top: -5rem;
}
@media screen and (min-width: 768px) {
    .after-hero {
        margin-top: -10rem;
    }
}