.about-hero{padding:120px 0 80px;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-neutral-dark))}.about-hero .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);grid-gap:42px;gap:42px;align-items:center}.about-hero .ma-eyebrow,.about-hero h1,.about-hero p{color:var(--brand-text-inverse)}.about-hero img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.team-section,.timeline-section{padding:var(--section-pad) 0}.timeline-list{display:grid;grid-gap:18px;gap:18px}.timeline-list article{display:grid;grid-gap:24px;gap:24px;padding:24px;border:1px solid var(--brand-border);background:var(--brand-bg)}.timeline-list span{color:var(--brand-secondary);font-weight:800}.about-stats{padding:28px 0;background:var(--brand-bg-alt)}.team-section{background:var(--brand-bg)}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.team-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.team-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.team-grid h3,.team-grid p{margin-left:20px;margin-right:20px}.team-grid h3{margin-top:20px}.team-grid p{margin-bottom:22px}@media (max-width:991px){.about-hero .container,.team-grid,.timeline-list article{grid-template-columns:1fr}}