@media (min-width: 769px) {
    .hero-content h1 {
        transform: translateY(-32px);
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .hero-section-new .form-row {
        display: flex !important;
        flex-direction: column !important;
    }
    .hero-section-new .form-row .form-group {
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    .hero-section-new .form-row.has-store-filter .form-group:nth-child(1) { order: 1; }
    .hero-section-new .form-row.has-store-filter .form-group:nth-child(2) { order: 2; }
    .hero-section-new .form-row.has-store-filter .form-group:nth-child(3) { order: 2; }
    .hero-section-new .form-row.has-store-filter .form-group:nth-child(4) { order: 3; }
    .hero-section-new .form-row.has-store-filter .form-group:nth-child(5) { order: 3; }

    .hero-section-new .form-row:not(.has-store-filter) > *:nth-child(1) { order: 1; }
    .hero-section-new .form-row:not(.has-store-filter) .form-group:nth-child(2) { order: 2; }
    .hero-section-new .form-row:not(.has-store-filter) .form-group:nth-child(3) { order: 2; }
    .hero-section-new .form-row:not(.has-store-filter) .form-group:nth-child(4) { order: 3; }
    .hero-section-new .form-row:not(.has-store-filter) .form-group:nth-child(5) { order: 3; }
}
