.home-brand .brand-copy {
  display: grid;
  gap: 2px;
}

.home-brand .brand-name {
  color: #000;
  line-height: 1;
}

.home-brand .brand-name > span {
  color: var(--blue);
}

.home-brand small {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .75px;
  line-height: 1.15;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .home-brand small {
    max-width: 170px;
    font-size: 8px;
  }
}
