.background-image.service-pages:before, .background-image.review-section:before, .background-image.cta-section:before, .background-image.badge-section:before, .background-image.blog-section:before, .background-image.main-footer:before {
    background-color: rgba(0, 0, 0, 0.70) !important;
}

@media only screen and (min-width: 640px) {
    ul.list-col-2, ul.list-col-3 {
        columns: 2 !important;
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
        list-style: inside !important;
    }
}