/**
Very odd CSS here, why aren't we using odd/even selectors? Are we really that obsessed with gradients?!
**/
.boxes-section.boxes-set-muted .box-set:nth-child(7) .box,
    .boxes-section.boxes-set-muted .box-set:nth-child(9) .box {
    background-color: #e7e7e7;
}
.boxes-section.boxes-set-muted .box-set:nth-child(8) .box,
    .boxes-section.boxes-set-muted .box-set:nth-child(10) .box {
    background-color: #f6f6f6
}
@media screen and (min-width: 1200px) {
    .client-list div {
        width: 14%;
    }
}