.industry-card-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.industry-card{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;position:relative}.industry-card img{aspect-ratio:4/3;background:var(--brand-bg-alt);-o-object-fit:cover;object-fit:cover;width:100%}.industry-card div{padding:24px}.industry-card h2,.industry-card h3,.industry-card p{color:var(--brand-text)}.industry-stats{background:var(--brand-primary-dark);color:#fff}.industry-stats h2,.industry-stats p{color:#fff}.industry-stats .stats-row{display:grid;grid-gap:1px;gap:1px;grid-template-columns:repeat(4,minmax(0,1fr))}.industry-stats .stat-item{background:rgba(255,255,255,.08);border:0}.industry-stats .stat-item span:last-child,.industry-stats .stat-number{color:#fff}@media (max-width:991px){.industry-card-grid,.industry-stats .stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-card-grid,.industry-stats .stats-row{grid-template-columns:1fr}}