.industries-hero{min-height:720px}.cm-industries__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.cm-industries__card{position:relative;overflow:hidden;min-height:260px;padding:24px;border-radius:12px;background:#fff;box-shadow:var(--brand-shadow)}.cm-industries__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.23;transition:opacity .2s,transform .2s}.cm-industries__card:hover img{opacity:.42;transform:scale(1.04)}.cm-industries__card h3,.cm-industries__card p{position:relative;z-index:1}.timeline-list{display:grid;grid-gap:28px;gap:28px;max-width:960px;margin:0 auto}.timeline-list article{display:grid;grid-template-columns:90px 1fr;grid-gap:24px;gap:24px;align-items:start}.timeline-list article:nth-child(2n){grid-template-columns:1fr 90px}.timeline-list article:nth-child(2n) b{order:2}.timeline-list b{display:grid;align-items:center;justify-items:center;place-items:center;width:70px;height:70px;border-radius:999px;background:var(--brand-primary);color:#fff;font-weight:900}.timeline-list div{padding:24px;background:#fff;border-radius:12px;box-shadow:var(--brand-shadow)}.case-study-card{padding:18px}.cert-card-grid img{width:90px;height:90px;margin-bottom:16px}@media (max-width:767px){.timeline-list article,.timeline-list article:nth-child(2n){grid-template-columns:1fr}.timeline-list article:nth-child(2n) b{order:0}}