.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;
    /*float: left;*/
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #8f7128;
    text-align: center;
    cursor: pointer;
}

.ds-cf-captions ul li:last-child {
    margin-right: 0;
}

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

@media screen and (min-width: 1200px) {
    .ds-cf-captions ul {
        display: block;
    }
    .ds-cf-captions ul li{
        flex: none;
        max-width: 180px;
        margin-right: 30px;
        padding: 0;
    }
    .ds-cf-container {
        position: relative;
    }
    .ds-cf-blue-bar {
        background-color: #030e6a;
        height: 16px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .ds-cf-captions {
        z-index: 2;
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
    }
}