.background-image.review-section:before, .background-image.main-footer:before {
    background-color: rgb(0 0 0 / 60%) !important;
}
.background-image.main-footer:before {
    background-color: rgba(0, 0, 0, 0.90) !important;
}
.footer-col-item.site-logo a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 10px;
}
.footer-col-item.custom-footer-html a {
    color: #ff9300;
}
.footer-col-item.custom-footer-html a:hover {
    text-decoration: underline;
}
@media only screen and (min-width:1024px) {
    #footer-count2 {
        width: 25%!important;
    }
    #footer-count3, #footer-count4 {
        width: 18%!important;
    }
    .main-header .header-items .header-col #main-logo {
        max-width: 240px;
    }
}