.ds-cf-container {
    background-color: #e4e4e4;
    margin-top: 2rem;
}

.ds-cf-captions ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.ds-cf-captions ul li{
    flex: 1 0 25%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #8f7128;
    text-align: center;
    cursor: pointer;
}

.ds-cf-filter-item-color {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .ds-cf-blue-bar {
        background-color: #030e6a;
        height: 16px;
        width: 100%;
        z-index: 1;
    }
    .ds-cf-captions {
        z-index: 2;
        background-color: transparent;
        position: relative;
        top: -16px; /*height of blue-bar*/
    }
    .ds-cf-captions ul {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0;
    }
    .ds-cf-captions ul li {
        flex: none;
        max-width: 180px;
        margin: 0 15px;
        padding: 0;
    }
    .ds-cf-filter-item-name {
        padding: 8px 0;
    }
}