#cb-cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; display: none; }


.span-footer-first{
    padding: 0 15px 0 0;
}

.span-footer {
    color: #777c81 !important;
    border-left: 1px solid;
    padding: 0 15px;
}

.span-footer a {
    text-decoration: none;
    color: #777c81;
}



@media (max-width: 610px) {
    .span-footer {
        color: #777c81 !important;
        border-left: none !important;
        padding: 0;
    }

    .ew-footer-text{
        display: flex;
        flex-direction: column;
        text-align: center;
    }

}