.benefits-list__item { padding-left: 2rem; display: inline-flex; position: relative; } .benefits-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; font-size: 1.125rem; } .benefits-list__item:before { content: ''; width: 1.25rem; height: 1.25rem; display: block; position: absolute; top: 0.25rem; left: 0; background: var(--brand-color); border-radius: 50%; } .benefits-list__item:after { content: ''; border: 2px solid #fff; display: block; width: 6px; height: 12px; transform: rotate(45deg); position: absolute; left: 7px; top: 7px; border-left: 0; border-top: 0; } .form-wrapper{ max-width: 100%; background-color:#fff; } .rxgo-section{ background-repeat:no-repeat; background-position:top center; background-size:cover; }