.cx-newsletter-container .group { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2rem; margin-top: 10px; margin-bottom: 10px; } .cx-newsletter-container .group-selector { width: 100%; } .cx-newsletter-container .group label { max-width: 300px; width: 300px; } .cx-newsletter-container .group.center { justify-content: center; }