.mlr-industries-hero{min-height:560px;padding:180px 0 120px;display:grid;align-items:center}.mlr-industries-hero .container{max-width:900px}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-card-grid article{position:relative;overflow:hidden;min-height:360px;background:var(--brand-primary-dark)}.industry-card-grid img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industry-card-grid article::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,16,27,.16),rgba(0,16,27,.86))}.industry-card-grid div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:22px}.industry-card-grid h3,.industry-card-grid p{color:var(--brand-text-inverse)}.industry-card-grid p{margin-bottom:0}.counter-bar{display:flex;flex-wrap:nowrap;gap:0;border:1px solid var(--brand-border);background:var(--brand-bg)}.counter-bar div{flex:1 1 0;min-width:0;padding:28px 18px;text-align:center;border-right:1px solid var(--brand-border)}.counter-bar div:last-child{border-right:0}.counter-bar strong{display:block;color:var(--brand-primary);font-size:max(2rem, min(4vw, 3rem))}.counter-bar span{color:var(--brand-text)}.industry-note{max-width:860px;margin:28px auto 0;color:var(--brand-text)}@media (max-width:991px){.industry-card-grid{grid-template-columns:1fr}.counter-bar{flex-wrap:wrap}.counter-bar div{flex:0 0 50%;border-bottom:1px solid var(--brand-border)}}@media (max-width:575px){.counter-bar div{flex:0 0 100%;border-right:0}}