.sola-industry-hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;color:#fff}.sola-industry-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sola-industry-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(10,19,34,.82),rgba(10,19,34,.36))}.sola-industry-hero .container{position:relative;z-index:1}.sola-industry-hero .sola-kicker,.sola-industry-hero h1,.sola-industry-hero p{color:#fff}.sola-industry-hero h1{max-width:880px;font-size:max(2.2rem, min(5vw, 4.5rem));line-height:1.05}.sola-industry-hero p{max-width:760px}.sola-image-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.sola-image-card-grid article{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.sola-image-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.sola-image-card-grid div{padding:24px}.sola-image-card-grid h2{font-size:1.25rem}.sola-image-card-grid p{color:var(--brand-text-secondary)}.sola-project-stats{background:#101b2b;padding:34px 0}.sola-project-stats .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:18px;gap:18px}.sola-project-stats div{color:#fff;text-align:center}.sola-project-stats strong{display:block;font-size:2.4rem;color:var(--brand-accent)}.sola-project-stats span{color:rgba(255,255,255,.86)}@media (max-width:991px){.sola-image-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.sola-image-card-grid{grid-template-columns:1fr}}