.gallery_wrap{
    display: flex;
    gap: 24px;
}
.gallery_img img{
    width: 350px !important;
    height: 350px;
    flex: 0 0 350px !important;
    padding: 0 10px;
}