.projects{display:flex;flex-wrap:wrap;gap:2em;justify-content:center}.project-card{flex:0 0 calc(33% - 2em);@media(max-width:768px){flex: 0 0 calc(100%);}display:flex;flex-direction:column;border:1px solid var(--accent);padding:1em;border-radius:.5em;box-shadow:var(--box-shadow-subtle)}.project-card .project-title{font-size:1.25em;border-bottom:1px solid var(--accent);padding-bottom:.25em}.project-card .project-description{flex:1;border-bottom:1px solid var(--accent)}.project-links{min-height:2em;display:flex;gap:1em;align-items:center;vertical-align:center}