.footer-col-item.site-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: #000000;
    border-radius: 5px;
}
.footer-col-item.custom-footer-html a {
    color: #f4f4f4;
    font-weight:700;
}
@media only screen and (min-width: 1024px) {
    #footer-count2 {
        width: 31%;
    }
    #footer-count3 {
        width: 18%;
    }
    #footer-count4 {
        width: 20%;
    }
}
@media only screen and (max-width: 1023px) {
    .main-header .cta-items .number-item .number-label {
        margin-bottom: 6px;
    }
}