﻿/* The heart of the matter */
.testimonial-group > .row {
    overflow-x: auto;
    white-space: nowrap;
}

    .testimonial-group > .row > .col-xs-4 {
        display: inline-block;
        float: none;
    }

/* Decorations */
.col-xs-4 {
    color: #fff;
    font-size: 11px;
    padding-bottom: 0px;
    padding-top: 0px;
}

    .col-xs-4:nth-child(3n+1) {
        background: #c69;
    }

    .col-xs-4:nth-child(3n+2) {
        background: #9c6;
    }

    .col-xs-4:nth-child(3n+3) {
        background: #69c;
    }




.cardflex {
    display: flex;
    min-width: 100%;
    min-height: 200px;
   overflow-x: auto;
}

    .cardflex::-webkit-scrollbar {
        display: none;
    }

.cardflex--content {
    background-color: #ecf0f1;
    min-width: 200px;
    margin: 5px;
    padding: 5px;
    color: #34495e
}