.cutomer.title{
  font-size: 46px;
  font-weight: 400;
  text-align: center;
}

.customer-cat-title{
  margin-bottom: 50px;
  font-size: 33px;
  font-weight: 400;
  text-align: center;
}
.customer-cat{
  margin-bottom: 60px;
}
.customer{
	padding: 0px 20px;
	margin-bottom: 30px;
  width: 100%;
  filter: grayscale(100%);
	transition: filter .5s;
}.customer:hover{
	filter: grayscale(0%);
}
