.brand-logo-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(8, 29, 40, .1);
  border-radius: .45rem;
  background: #fff;
  text-decoration: none;
}

.brand-logo-image {
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.wordmark-light.brand-logo-link {
  border-color: rgba(255, 255, 255, .25);
  background: #fff;
}

.footer-brand .brand-logo-link {
  width: 9rem;
  height: 9rem;
  margin-bottom: 1.5rem;
}

.footer-brand .brand-logo-image {
  width: 100%;
  height: 100%;
}

@media (max-width: 760px) {
  .brand-logo-image {
    width: 4.2rem;
    height: 4.2rem;
  }

  .footer-brand .brand-logo-link {
    width: 8rem;
    height: 8rem;
  }
}
