.industries-hero{position:relative;min-height:560px;display:grid;align-items:end;overflow:hidden}.industries-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(42,38,34,.78),rgba(42,38,34,.25))}.industries-hero .container{position:relative;z-index:1;padding-bottom:76px}.industries-hero .section-kicker,.industries-hero h1,.industries-hero p{color:#fff}.industries-hero p{max-width:880px;font-size:1.08rem}.recipient-grid{grid-template-columns:repeat(2,1fr)}.recipient-grid article{position:relative;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.recipient-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.recipient-grid h2,.recipient-grid p{padding-left:24px;padding-right:24px}.recipient-grid h2{margin-top:24px}.recipient-grid p{color:var(--brand-text);padding-bottom:26px}.stats-strip{background:var(--brand-primary);color:#fff;padding:42px 0}.stats-strip .container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.stats-strip span,.stats-strip strong{display:block;color:#fff}.stats-strip strong{font-size:2.3rem}@media (max-width:991px){.recipient-grid,.stats-strip .container{grid-template-columns:1fr}}