ul.wp-block-list span.time-list {
    display: flex
;
    flex-direction: column;
}
.footer-col-item.site-logo a {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
}
@media only screen and (min-width:1024px) {
    #footer-count2 {
        width: 28%!important;
    }
    #footer-count3, #footer-count4 {
        width: 17%!important;
    }
}