.footer-col-item.site-logo a {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 8px;
}
.footer-col-item.custom-footer-html a {
    color: #f4f4f4;
    text-decoration: underline;
    font-weight: 500;
}
@media only screen and (min-width:1024px) {
    #footer-count2 {
        width: 28%;
    }
    #footer-count3, #footer-count4 {
        width: 20%;
    }
}