
.grid2{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.project-card{
    width: 250px;
    height: 400px;
    margin-bottom: 25px;
    overflow: hidden;
}
.project-card img{
width: 221px;
height: 221px;
object-fit: fill;

}
.project-card p{
   font-size: 0.9rem;
   padding-bottom: 2px;
}