.contact-info,.quote-form{padding:78px 0}.contact-info{background:var(--brand-bg-alt)}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.contact-grid div{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--radius);padding:24px}.contact-grid h2{font-size:1.2rem;color:var(--brand-primary)}.quote-shell{display:grid;grid-template-columns:0.85fr 1.15fr;grid-gap:34px;gap:34px;align-items:start}.quote-shell>div:first-child{background:var(--brand-primary-dark);color:var(--brand-text-inverse);border-radius:var(--radius);padding:34px}.quote-shell h2{color:var(--brand-text-inverse)}.quote-shell p{color:rgba(255,255,255,.82)}@media (max-width:991px){.contact-grid,.quote-shell{grid-template-columns:1fr}}