.ind-image-cards,.ind-project-stats{padding:88px 0}.ind-image-cards{background:var(--brand-bg)}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-card{min-height:340px}.industry-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.industry-card div{padding:22px}.industry-card p{color:var(--brand-text)}.ind-project-stats{background:var(--brand-bg-alt)}.stats-counter-bar{display:flex;flex-wrap:nowrap;gap:18px}.stats-counter-bar .stat-item{flex:1 1 0;min-width:0;padding:24px 18px;border-radius:var(--brand-radius);background:var(--brand-bg);border:1px solid var(--brand-border);text-align:center}.stats-counter-bar strong{display:block;color:var(--brand-primary);font-size:2.5rem;line-height:1}.stats-counter-bar span{color:var(--brand-text);font-weight:700}.ind-stat-copy{margin-top:28px}.ind-stat-copy p{color:var(--brand-text)}@media (max-width:991px){.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.stats-counter-bar{flex-wrap:wrap}.stats-counter-bar .stat-item{flex:0 0 calc(50% - 9px)}}@media (max-width:575px){.industry-card-grid,.stats-counter-bar .stat-item{grid-template-columns:1fr;flex-basis:100%}}