.header-col.header-center {
    width: 100%;
}

.mco-top-bar {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #16527F;
    padding: 10px;
    position: relative;
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mco-top-bar__icons {
    margin-right: 10px;
}

.mco-top-bar__text-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden; 
}

.mco-top-bar__slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    text-align: center; 
    color: #fff;
    font-size: 14px;
}

@media (max-width: 767px) {
    .mco-top-bar__slide {
        font-size: 12px;
    }

    .mco-top-bar {
        font-size: 12px;
        padding: 0px!important;
        height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .mco-top-bar__slide {
        line-height: 1.4;
    }

    img.mco-top-bar__icons {
        display: none;
    }
}