@media screen and (max-width: 1024px) and (min-width: 768px) {
    #section-countdown {
        display: none !important;
    }
}