.usst-contact-page{padding-top:150px;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-neutral-dark));color:#fff}.usst-contact-head{max-width:900px;margin-bottom:36px}.usst-contact-head .ma-eyebrow,.usst-contact-head h1,.usst-contact-head p{color:#fff}.usst-contact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.usst-contact-cards article{background:#fff;color:var(--brand-text);border-radius:var(--brand-radius);padding:24px}.usst-contact-cards span{display:inline-block;margin-bottom:12px;color:var(--brand-secondary);font-weight:900;text-transform:uppercase}.usst-contact-context{background:var(--brand-bg-alt)}@media (max-width:991px){.usst-contact-cards{grid-template-columns:1fr}}