main {
    margin-top: 8rem !important;
}

@media(max-width: 768px) {
    main {
        margin-top: 6rem !important;
    }
}