.empleate_brands{
	margin: 80px auto;
}
.brands_list{
	display: flex;
	list-style: none;
	width: 100%;
	margin: 60px 0;
}
.empleate_brands h2{
	font-size: 25pt;
	text-align: center;
	margin: 30px 0;
}
.brands_list li{
	width: 15%;
	margin: 0 0.83%;
	text-align: center;
}
.brands_list img {
	filter: grayscale(1);
}
.brands_list img:hover{
	filter: grayscale(0);
}