/* Main Content Spacing - Specific margins for mobile and desktop */

/* Mobile */
@media screen and (max-width: 768px) {
    .main-content,
    #main-content,
    main.main-content {
        margin-top: 20px !important;
    }
}

/* Desktop */
@media screen and (min-width: 769px) {
    .main-content,
    #main-content,
    main.main-content {
        margin-top: 110px !important;
    }
}