/* Adjust the container selector to match your specific layout */
@media (max-width: 1024px) {
    .steps-container {
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Adjust these selectors to target your specific step elements */
    .step-1 { order: 1 !important; }
    .step-2 { order: 2 !important; }
    .step-3 { order: 3 !important; }
    .step-4 { order: 4 !important; }
}