.project-grid{display:grid;gap:2rem;width:100%;grid-template-columns:1fr}@media(min-width:768px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.project-grid--columns-3{grid-template-columns:repeat(3,1fr)}.project-grid--columns-2{grid-template-columns:repeat(2,1fr)}.project-grid--columns-4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.project-grid{gap:2.5rem}}
