.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
}

.footer-logo {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

footer .section-shell {
  align-items: center;
}

@media (max-width: 420px) {
  .brand img,
  .footer-logo {
    width: min(280px, 76vw);
  }
}
