@charset "utf-8";
/* CSS Document */

.row-eq-height {
    display: flex;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
} 
.row {
    margin-bottom: 20px;
}
.row .row {
    margin-bottom: 0;
    margin-top: 10px;
}
.clients [class*="col-"] { 
	align-items: center;
    display: flex;
    padding-bottom: 15px;
    padding-top: 15px;
} 

