@media only screen and (max-width: 768px)
{
    .main {
        padding-top: 80px !important;
    }
}

@media only screen and (max-width: 575.99px) {
    main.main {
        padding-top: 80px !important;
    }
}