.about-hero{background:linear-gradient(135deg,#fff 0,#e6f6f3 100%)}.timeline-list{display:grid;grid-gap:18px;gap:18px}.timeline-list article{display:grid;grid-template-columns:120px 1fr;grid-gap:22px;gap:22px;padding:22px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.timeline-list strong{color:var(--brand-secondary);font-size:2rem}.timeline-list h3{color:var(--brand-primary-dark);font-weight:800}.timeline-list article strong{grid-row:1/span 2;grid-column:1;align-self:start}.timeline-list article h3,.timeline-list article p{grid-column:2}@media (max-width:767px){.timeline-list article{grid-template-columns:1fr}}