.brand > b {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 1;
}

.brand > b small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
