.gallery_item{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1rem;
}
.gallery_img{
    width: calc((100% - 2rem)/3);
}
.gallery_img img{
}