.brands img {
  filter: grayscale(100%);
}

.brands img:hover {
  filter: grayscale(20%);
}

