
/* carousel */
.grey-bar {
    height: 57px;
    background-color: #F4F4F4;
    z-index: 1;
    overflow: hidden;
}
/* END of carousel */

.grey-bar-inner {
    background-color: #F4F4F4;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    font-size: 16px;
    line-height: 20px;
    transition: transform 300ms;
}

    .grey-bar-inner p {
        line-height: 20px;
        padding-right: 10px;
        font-size: 16px !important;
    }

        .grey-bar-inner p b,
        .grey-bar-inner p span {
            white-space: nowrap;
        }

    .grey-bar-inner a {
        font-family: 'Roboto', sans-serif;
        line-height: 26px;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
        white-space: nowrap;
    }

        .grey-bar-inner a:first-of-type {
            padding-right: 10px;
        }


@media screen and (min-width: 768px) {
    .grey-bar p {
        line-height: 26px;
        padding-right: 10px;
    }
}