.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.page-banner-wrap.relative.site-flex.justify-content-bottom {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
footer .column-element > div.site-logo {
    background: #000;
    padding: 7px 15px;
    justify-self: anchor-center;
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}