.SetupWizard__Steps { flex: 1 1 auto; height: 100vh; padding: 1rem; } .SetupWizard__Steps-wrapper { overflow: auto; width: 100%; height: 100%; padding: 1rem 3rem; border-radius: 2px; background-color: var(--color-white); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); justify-content: center; } @media (width <= 760px) { .SetupWizard__Steps { padding: 0; } }