.container-gallery{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.gallery{
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-gap: 30px; */

}

.gallerybottum{
    margin-bottom: 33xp;

}

/* 
.gallery img{
    width: 100%;

} */

.gallery-con{
    width: 100%;
}



/*  */




/*  */