@media (max-width: 768px) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transform: none !important;
    }
    
    .particles {
        display: none !important;
    }
    
    body::before,
    body::after {
        display: none !important;
    }
}
