.projects{justify-content:center;width:100%;padding:4rem 1.5rem;display:flex}.projects-inner{width:100%}.projects h2{margin-bottom:2rem;font-size:1.8rem;font-weight:600}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}@media (max-width:480px){.projects{padding:3rem 1rem}.projects-grid{grid-template-columns:1fr}}@media (min-width:481px) and (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.project-card{background-color:#fff;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.project-icon img{background-color:#c7c4fa;border-radius:12px;width:80px;height:80px}.project-content h3{margin:0;font-size:1.2rem;font-weight:600}.project-content p{margin:0 0 .5rem;font-size:1rem;line-height:1.5}.project-content a{color:#685cd6;font-size:.95rem;font-weight:500;text-decoration:none}.project-content a:hover{text-decoration:underline}@media (max-width:480px){.project-card{padding:1.25rem}.project-icon img{width:64px;height:64px}}
