.logo-gray img {
  opacity: 0.4;
  transition: all 0.3s;
}
.logo-gray img:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */