.lab-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.lab-system-grid article{background:#fff;border:1px solid var(--brand-border)}.lab-system-grid img{width:100%;aspect-ratio:3/2;-o-object-fit:cover;object-fit:cover}.lab-system-grid h3{color:var(--brand-primary);padding:22px 22px 0;font-weight:900}.lab-system-grid p{padding:0 22px 24px}@media (max-width:992px){.lab-system-grid{grid-template-columns:1fr}}