.hero-section {
        min-height: 750px;
    }

@media (min-width: 768px) {
    .hero-section {
        min-height: 750px;
    }
}