.about-hero{position:relative;min-height:600px;display:flex;align-items:center;color:#fff;overflow:hidden}.about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(8,62,117,.88),rgba(26,34,56,.58))}.about-hero .container{position:relative;z-index:1}.about-hero h1,.about-hero p{color:#fff}.about-hero h1{max-width:860px;font-size:max(2.35rem, min(5vw, 4.4rem));line-height:1.07}.about-hero p{max-width:760px;font-size:1.14rem}.timeline-vertical{display:grid;grid-gap:18px;gap:18px;max-width:920px;margin:0 auto}.timeline-vertical article{display:grid;grid-template-columns:110px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:start;padding:24px;background:#fff;border:1px solid var(--brand-border);border-radius:4px}.timeline-vertical span{display:inline-flex;justify-content:center;padding:8px 12px;background:var(--brand-primary);color:#fff;font-weight:800;border-radius:4px}.role-card-grid article,.value-grid article{padding:26px}.role-card-grid article{padding:0 0 24px}.role-card-grid h3,.role-card-grid p{margin-left:24px;margin-right:24px}@media (max-width:575px){.timeline-vertical article{grid-template-columns:1fr}}