.project-card{display:grid;background-color:var(--block);border-radius:6px;overflow:hidden;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card>div{padding:min(2rem,10%);display:flex;flex-direction:column;justify-content:center;height:max-content;margin-top:auto;margin-bottom:auto}.project-card>img{width:100%;object-fit:cover;aspect-ratio:1/1}#cards{display:flex;flex-direction:column;gap:1rem}