.industry-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}.industry-cards-section,.project-stats{padding:88px 0}.industry-card-grid article{border:1px solid var(--brand-border);background:var(--brand-bg)}.industry-card-grid img{width:100%;aspect-ratio:13/9;-o-object-fit:cover;object-fit:cover}.industry-card-grid h2,.industry-card-grid p{padding-left:1.25rem;padding-right:1.25rem}.industry-card-grid h2{padding-top:1.25rem}.industry-card-grid p{padding-bottom:1.25rem}.project-stats{background:var(--brand-primary-dark)}