
.gallery-grid_chit{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
}

.gallery-item_chit img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:12px;
}

.gallery-item_chit{
    overflow:hidden;
    border-radius:12px;
}
.gallery-item_chit img{
    width:100%;
    height:300px;
    object-fit:fill;
    border-radius:12px;
}

.gallery-item_chit:hover img{
    transform:scale(1.05);
}

.gallery-item_chit{
    height:100%;
}

.gallery-item_chit img{
    width:100%;
    height:100%;
     
}