.projects .project-listing{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:20px}.projects .project{border:1px solid var(--secondary-color);border-radius:5px;background-color:var(--secondary-bg);max-width:32%;min-width:250px}.projects .project-inner{padding:10px;text-align:center}.projects .project-inner p,.projects .project-inner h2{margin:0}.projects .thumb-container{width:90%;margin:auto;aspect-ratio:1.5}.projects .project-thumb{object-fit:cover;width:100%;height:100%}@media screen and (max-width:650px){.projects .project-listing{justify-content:space-around}}