.ba-top-banner, .ba-bottom-banner {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.ba-top-banner span, .ba-bottom-banner span {
    margin-right: 8px;
}

@media only screen and (max-width: 850px) {

    .ba-top-banner {
        padding:5px;
    }
    
    .textTopBar {
        width:80%;
        text-align:center;
    }
    .iconTopBar {
        width:20%;
        text-align:center;
    }
}

