.brand-symbol {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
}

.footer-wordmark {
  width: min(260px, 100%);
  height: auto;
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .brand-symbol {
    width: 38px;
    height: 38px;
  }
}
