
.w-100 {
    width: 100%
}

.client-list .item {
    text-align: center;
    transition: .2s;
    filter: grayscale(1);
    opacity: .6;
    margin: 0px 8px;
}

.m-logo{
	margin:0px 0px 10px;
}
.client-list .item img {
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%
}

.client-list .item:hover {
    filter: grayscale(0);
    opacity: 1;
}
.column {
  float: left;
  width:15%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}













