.brand span:last-child {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.brand small {
  font: 600 10px Manrope, sans-serif;
  letter-spacing: .08em;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .brand {
    font-size: 19px;
  }

  .brand small {
    display: none;
  }
}
