.brands-c {
	background: #fff;
	padding-bottom: 4em;
	margin-bottom: 0px;
}
.brands-c .brand-item-c {
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands-c .brand-item-c img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.brands-c .brand-item-c:hover img {
	-webkit-filter: none;
	filter: none;
}