.mainContent{
    margin-top: 60px;
}
@media screen and (max-width: 600px) {
    .mainContent{
        margin-top: 70px;
    }
}