.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));text-align:center}.projects-grid__single a{position:relative;display:grid;place-items:center;background:grey;aspect-ratio:1;color:#fff}.projects-grid__single .projects-title{position:absolute;display:grid;place-items:center;color:white!important;background:rgb(0 0 0 / .4);width:100%;height:100%;padding:20px;margin:0;font-weight:600}.projects-grid__single .projects-title:hover,.projects-grid__single .projects-title:focus{background:rgb(0 0 0 / .2)}.projects-grid__single img{object-fit:cover;width:100%;height:100%}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));position:relative;gap:.5rem}.gallery img{aspect-ratio:1;object-fit:cover;position:relative;width:100%;height:100%}