.hero-lp{background-color:var(--grey-lightest)}.hero-lp__heading{display:flex;flex-direction:column;row-gap:var(--whitespace)}.hero-lp h1,.hero-lp__heading p:last-child{margin-bottom:0}.hero-lp__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-lp__wrapper{grid-template-columns:1fr}}