       @media (max-width: 600px) {
            div[style*="height: 400px"] {
                padding: 0 24px !important;
            }
            div[style*="width: 200px"] {
                width: 120px !important;
            }
        }


        