.learning-content-form{display:flex;flex-direction:column}.learning-content-form__wrapper{display:flex;justify-content:space-between;margin:12rem auto auto;max-width:var(--container_width);width:100%}@media (max-width:1250px){.learning-content-form__wrapper{margin-top:2.7rem;padding:0 2rem}}@media (max-width:992px){.learning-content-form__wrapper{flex-direction:column}}.learning-content-form__rich-text{width:calc(var(--column_width_percent)*5 + var(--gutter_width_percent)*4)}.learning-content-form__form{align-items:center;background:#1d1d1b;border-radius:8px;color:#fff;display:flex;flex-direction:column;height:fit-content;justify-content:center;padding:4rem;width:calc(var(--column_width_percent)*6 + var(--gutter_width_percent)*5)}.learning-content-form__form h2{color:#fff;text-align:center}.learning-content-form__form .actions{display:flex;justify-content:center}@media (max-width:992px){.learning-content-form__form fieldset{max-width:unset!important}.learning-content-form__form,.learning-content-form__rich-text{width:100%}}