.fbc-page .fbc-wrap .fbc-items {
    width: calc(100% - 32px);
    background-color: transparent!important;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: auto;
}

.fbc-page .fbc-items {
    border-radius: 0;
}

.fbc-page .fbc-wrap .fbc-items li, .fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    font-size: 14px!important;
}

.fbc-page .fbc-wrap .fbc-items li {
    margin: 0!important;
}

.fbc-page .fbc-wrap .fbc-items li.active span {
    color: #fff!important;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .fbc-page .fbc-wrap .fbc-items {
        /*padding: 0 24px;*/
    }
}

@media (max-width: 576px) {
    .fbc-page .fbc-wrap .fbc-items {
        /*padding-left: 8px;
        padding-right: 8px;*/
    }

    .fbc-page .fbc-wrap .fbc-items li {
        font-size: 12px!important;
    }
}