.form_section{display:flex;flex-direction:column;position:relative;--gap:1.5rem;gap:var(--gap);@media (min-width:1024px){flex-direction:row;justify-content:space-between}}.form_section__content{min-height:20rem}.form_section__info{padding-inline:2rem;img{border-radius:.75rem}}.form_section__form,.form_section__info{--side_spacing:1rem;--vertical_spacing:1rem;background:#fff;border:1px solid rgba(39,40,44,.1);border-radius:1rem;box-sizing:border-box;padding-block:var(--vertical_spacing);padding-inline:var(--side_spacing)}@media (min-width:1024px){.form_section__form,.form_section__info{flex:0 0 calc(50% - var(--gap)/2);--side_spacing:2rem;--vertical_spacing:1.75rem}}.form_section__title{margin-bottom:1rem}.form_section__description{font-size:1rem}@media (min-width:1024px){.form_section__description{font-size:1rem}}.form_section__form-title{margin-bottom:1rem}