
    @media screen and (max-width: 767px) {
        .importantDesktop {
            display: none;
        }
    }

    @media screen and (min-width: 768px) {
        .hideForMobile {
            display: none;
        }
    }
