.project-card{display:flex;flex-direction:column;width:100%}.project-card--dark{color:var(--color-white)}.project-card__image{display:flex;height:auto;margin-bottom:20px;width:100%}.project-card__image img{aspect-ratio:5/4;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.project-card__title{margin-bottom:1rem}.project-card__footer{border-top:1px solid var(--color-neutral-300);display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;padding-top:1.5rem}@media (width >= 786px){.project-card__footer{align-items:center;flex-direction:row;justify-content:space-between}}
