.brand-logo {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: normal;
}

@media (max-width: 480px) {
  .brand-logo {
    width: 58px;
    height: 58px;
  }
}
