.industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.industry-grid article{position:relative;overflow:hidden;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-bg)}.industry-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.industry-grid h3{color:var(--brand-text);padding:18px 18px 6px;margin:0}.industry-grid p{color:var(--brand-text);padding:0 18px 20px;margin:0}.solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.solution-grid article{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px}.solution-grid span{color:var(--brand-secondary);font-weight:900;text-transform:uppercase;font-size:.78rem}.solution-grid h3,.solution-grid p{color:var(--brand-text)}@media (max-width:991px){.industry-grid,.solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-grid,.solution-grid{grid-template-columns:1fr}}