.projects-flex{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center;padding:1rem 0}.project-card{flex:1 1 260px;max-width:300px;background:var(--card-bg);padding:1.2rem;border-radius:12px;box-shadow:0 2px 5px rgba(0,0,0,8%)}.project-cover{width:60%;max-width:220px;display:block;margin:0 auto 1rem;border-radius:10px}.project-title a{color:var(--color-primary);text-decoration:none}.project-description{margin-top:.5rem;color:var(--color-secondary)}