.res-materials-grid{padding:5rem 0}.res-materials-grid__header{margin:0 auto 3rem;text-align:center;width:min(100%,1200px)}.res-materials-grid__grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.res-materials-grid__card{background:hsla(0,0%,100%,.65);border:1px solid rgba(45,39,36,.15);padding:2rem}@media (max-width:991px){.res-materials-grid__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.res-materials-grid__grid{grid-template-columns:1fr}}