.sponsor-logo {
  filter: grayscale(100%) opacity(0.6);
  transition: all 0.3s ease;
}
.sponsor-logo:hover {
  filter: grayscale(0%) opacity(1);
}
