.art-gallery{
    display: flex;
    flex-wrap: wrap;
    img{
        width: 33.33%;
        height: auto;
        object-fit: cover;
    }
}