.brand {
  display: inline-flex;
  align-items: center;
  width: 7.35rem;
  height: 2.5rem;
  font-size: 0;
  letter-spacing: normal;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.brand--footer {
  filter: drop-shadow(0 0 14px rgba(22, 200, 195, .35));
}
