.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.review-posts.single-item.relative.slick-initialized.slick-slider.slick-dotted li.slick-active {
    display: none !important;
}
.page-banner-wrap.relative.site-flex.justify-content-bottom {
    background: rgba(0, 0, 0, .5) !important;
}
.site-section.gallery-page-section.relative.top-bot-padding {
    background: #e8e8e8 !important;
}
.footer-col-item.custom-footer-html.relative a.bold {
    color: #fff !important;
}
@media only screen and (max-width: 1024px) {
    .service-pages .service-item .service-title {
        font-size: 21px !important;
    }
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 28px !important;
    }
    .site-inner .ft-page-item .ft-title {
        font-size: 19px !important;
    }
}
@media only screen and (max-width: 480px) {
    .service-pages .service-item .service-title {
        font-size: 20px !important;
    }
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
    .contact-page-wrap .contact-page-info .contact-site-name {
        font-size: 30px !important;
    }
    .site-inner .ft-page-item .ft-title {
        font-size: 20px !important;
    }
}
