@charset "UTF-8";.industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.industry-grid article{border:1px solid var(--brand-border);background:#fff}.industry-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-dark)}.industry-grid h3,.industry-grid p{padding-left:18px;padding-right:18px}.industry-grid h3{margin-top:18px;color:var(--brand-text)}.industry-grid p{padding-bottom:20px;color:var(--brand-text)}.industry-requirements{background:#fff}@media (max-width:991px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-grid{grid-template-columns:1fr}.glob-table{display:block;max-width:100%;overflow-x:auto}}