<style> form.hs-form fieldset { max-width: 100%; } form.hs-form fieldset.form-columns-1 .hs-input { width: 100%;box-sizing: border-box; } form.hs-form fieldset.form-columns-2 .hs-form-field { width: calc(49.5% - 1.875rem); } form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) { margin-right: 3.75rem; } form.hs-form .field { margin-top: 15px; } form.hs-form .inputs-list { list-style-type: none; } form.hs-form .hs-error-msgs { color: #4b0632; } form.hs-form .actions input { background-color: #4b0632;color: #fff;margin-top: 15px; } form .legal-consent-container, form .legal-consent-container p { font-size: 12px;line-height: 1.3em;font-style: italic; } @media(max-width:900px) { form.hs-form fieldset.form-columns-2 .hs-form-field { width: 100%;margin: 15px 0 0; } } </style>