#mainContent {
    margin-top: -7rem;
}

@media (max-width: 768px) {  
    #mainContent {
        margin-top: 2rem;
    }
}