/* Disable number counting animation in mobile */
@media screen and (max-width: 768px) {
    o-anim-count { --animate-duration: 0.5s !important; --animate-delay: 0s !important; --animate-repeat: 0 !important; animation: none !important; --animate: none !important; transition: none !important; -webkit-animation: none !important; }
}