.arrm-industries-hero{position:relative;min-height:560px;display:grid;align-items:center;overflow:hidden;padding:170px 0 96px;background:var(--brand-primary-dark)}.arrm-industries-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.arrm-industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(21,22,31,.62),rgba(27,82,100,.82));z-index:1}.arrm-industries-hero .container{position:relative;z-index:2;max-width:920px;text-align:center}.arrm-industries-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem))}.arrm-industries-hero .arrm-eyebrow,.arrm-industries-hero p{color:var(--brand-text-inverse)}.arrm-industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.arrm-industry-grid article{position:relative;overflow:hidden;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-bg);box-shadow:0 18px 40px rgba(21,22,31,.06)}.arrm-industry-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.arrm-industry-grid h3,.arrm-industry-grid p{padding-left:22px;padding-right:22px}.arrm-industry-grid h3{padding-top:22px}.arrm-industry-grid p{padding-bottom:24px;color:var(--brand-text)}@media (max-width:991px){.arrm-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.arrm-industry-grid{grid-template-columns:1fr}}