.hero-row {
    padding-top: 100px;
}

@media (max-width:993px) {
    .hero-row {
        padding-top: 150px;
    }
}