	

.title_home {
    margin-bottom: 20px;
}

.gallery_page {
    padding: 10px 0 60px;
}

.tab-gallery .gallery {
    max-width: 100%;
    padding: 0;
}
.bp_ul_tabs {
    justify-content: center;
}

.gallery_page .gallery img {
    height: 232px;
}
#bp_gallery_1_99626 li:first-child {
    order: 1;
}

@media (max-width: 1399px) {
    .gallery_page .gallery img {
        height: 204px;
    }
}

@media (max-width: 1199px) {
    .gallery_page .gallery img {
        height: 170px;
    }
}

@media (max-width: 991px) {
    .gallery_page .gallery img {
        height: 125px;
    }
}

@media (max-width: 767px) {
    .gallery_page .gallery img {
        height: 124px;
    }
}

@media (max-width: 575px) {
    
    .gallery_page .gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .gallery_page .gallery img {
        height: 200px;
    }
}

@media (max-width: 480px) {
   .gallery_page .gallery img {
        height: 135px;
    }
  
}
