.gallery{
    padding:80px 5%;
}

.gallerySwiper{
    width:100%;
    overflow:hidden;
}

.row_gallery{
    display:flex;
    gap:20px;
}

.col_gallery{
    flex:1;
}

.flex_gallery{
    display:flex;
    gap:20px;
}

.gallery-col{
    display:flex;
    flex-direction:column;
    gap:20px;
    flex:1;
}

.col_gallery img,
.gallery-col img,
.flex_gallery>img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.col_gallery>img{
    /* height:620px; */
}

.gallery-col img{
    /* height:300px; */
}

.flex_gallery>img{
    /* height:620px; */
    flex:1;
}

.swiper-button-next, .swiper-button-prev {
    width: 55.6px !important;
    height: 55.6px !important;
    background: #FFFFFF80;
    border: 3px solid #DADADA;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
    color: #000;
}


/* Mobile */

@media(max-width:576px){
.row_gallery {
   flex-direction: column !important;
}
.col_gallery {
    width: unset;
}
.flex_gallery>img{
    height:620px;
}
.gallery{
    padding:60px 15px;
}

.swiper-button-next,
.swiper-button-prev{
    display:none;
}

}


