.about-hero{min-height:520px;display:flex;align-items:center;background:linear-gradient(rgba(36,30,25,.62),rgba(36,30,25,.62)),var(--brand-primary-dark)}.about-hero__panel{max-width:780px}.about-hero h1,.about-hero p{color:var(--brand-text-inverse)}.timeline{display:grid;grid-gap:22px;gap:22px}.timeline article{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:18px;gap:18px;padding:22px;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.timeline span{display:grid;align-items:center;justify-items:center;place-items:center;width:56px;height:56px;color:var(--brand-text-inverse);background:var(--brand-accent);border-radius:50%;font-weight:800}.about-copy,.team-grid-section{background:var(--brand-bg-alt)}.values-grid-section article{padding:24px}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.team-grid article{overflow:hidden;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.team-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.team-grid h3,.team-grid p{padding-right:20px;padding-left:20px}.team-grid h3{padding-top:20px}.team-grid p{padding-bottom:20px}