.brand img {
  width: 190px;
  height: 68px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.footer .brand img {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
  opacity: .95;
}

@media (max-width: 560px) {
  .brand img {
    width: 145px;
    height: 58px;
  }
}
