.contact-hero{background:var(--brand-bg-alt);padding-top:120px}.contact-hero>.container>p{max-width:920px}.contact-card-grid,.quote-form-grid{display:grid;grid-gap:24px;gap:24px}.contact-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px}.contact-card-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:26px}.contact-card-grid h2{font-size:1.45rem}.contact-card-grid a{font-weight:700}.quote-form-section{background:var(--brand-bg)}.quote-form-grid{grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:start}.quote-form-grid ul{margin-top:18px;padding-left:20px}@media (max-width:991px){.contact-card-grid,.quote-form-grid{grid-template-columns:1fr}}