.hero-form{background-color:var(--grey-lightest)}.hero-form__heading{display:flex;flex-direction:column;row-gap:var(--whitespace)}.hero-form h1{margin-bottom:0}.hero-form__wrapper{align-items:start;display:grid;gap:var(--row-gap) var(--column-gap-l);grid-template-columns:minmax(250px,40%) minmax(250px,60%)}@media screen and (max-width:767px){.hero-form__wrapper{grid-template-columns:1fr}}