/* Keep the conversion form comfortably readable on mid-to-wide screens. */
.lead-content__grid{grid-template-columns:minmax(0,.82fr) minmax(30rem,1fr);gap:clamp(2rem,8vw,7rem)}
@media(max-width:800px){.lead-content__grid{grid-template-columns:1fr}}
