.logo-item img {
  opacity: 0.7 !important;
}
.logo-item:hover img {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}