.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.site-section.gallery-page-section.relative.top-bot-padding {
    background: #e8e8e8 !important;
}
.hero-slider .hero-caption-item .caption-item {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.page-banner-wrap.relative.site-flex.justify-content-bottom {
    background: rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (max-width: 1024px) {
    .site-inner .ft-page-item .ft-title {
        font-size: 19px !important;
    }
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .site-inner .ft-page-item .ft-title {
        font-size: 20px !important;
    }
}