.projectsSection{padding:8rem 2rem 5rem}.projectsContainer{max-width:72rem;margin:0 auto}.projectsTitle{text-align:center;margin-bottom:3rem;font-size:3.75rem;font-weight:700}@media (min-width:768px){.projectsTitle{font-size:6rem}}.projectsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.projectsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projectsGrid{grid-template-columns:repeat(3,1fr)}}.projectCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:1.5rem;padding:1.5rem;transition:background-color .3s}.projectCard:hover{background-color:#fff3}.projectImagePlaceholder{background-color:#fff3;border-radius:1rem;height:12rem;margin-bottom:1rem}.projectTitle{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.projectDescription{color:#d1d5db;font-size:.875rem}
