.custom-footer-html a {
    color: #ffffff;
    font-weight: 700;
}

.blog-post-more a {
    color: #000000 !important;
}

@media only screen and (max-width:1200px) and (min-width:1024px){
        footer .column-element .column-label {
            font-size: 20px !important;
        }
}

@media only screen and (min-width:1024px){
    div#main-logo {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}
@media only screen and (max-width:1023px){
    div#main-logo span {
        display: none;
    }
}
