.brand-logo {
  display: flex;
  align-items: center;
  width: 132px;
  height: 54px;
  overflow: hidden;
}

.brand-logo img {
  width: 132px;
  max-width: none;
  mix-blend-mode: screen;
  filter: contrast(1.08);
}

footer .brand-logo {
  width: 128px;
  height: 49px;
}

footer .brand-logo img { width: 128px; }

@media (max-width: 800px) {
  .brand-logo { width: 118px; height: 48px; }
  .brand-logo img { width: 118px; }
}
