.deck-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:stretch;margin:2rem 0;width:100%;max-width:1200px;box-sizing:border-box}.project-card{flex:1 1 320px;max-width:350px;min-width:260px;margin:1rem;box-sizing:border-box}@media (max-width:900px){.deck-grid{max-width:98vw;gap:1.25rem}.project-card{max-width:98vw;min-width:0;margin:.5rem auto}}@media (max-width:600px){.Projects .deck-grid{flex-direction:column!important;align-items:center!important;width:100%!important;gap:1rem!important;overflow-x:hidden!important;box-sizing:border-box}.Projects .project-card{width:90%!important;max-width:400px!important;min-width:0!important;margin:0 auto 1rem!important;left:unset!important;right:unset!important;position:static!important;box-sizing:border-box}}@media (max-width:500px){.Projects .deck-grid{width:100%!important;overflow-x:hidden!important;box-sizing:border-box}.Projects .project-card{width:95%!important;min-width:0!important;margin:0 auto 1rem!important;box-sizing:border-box}}