.aci-projects-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.3rem}.aci-project-card__media{aspect-ratio:16/10;background:rgba(13,137,158,.1)}.aci-project-card img{height:100%;object-fit:cover;width:100%}.aci-project-card__body{padding:.9rem}@media (max-width:900px){.aci-projects-grid{grid-template-columns:1fr}}