.brand {
  display: inline-flex;
  align-items: center;
  height: 48px;
}

.brand img {
  display: block;
  width: 100px;
  height: 64px;
  object-fit: contain;
}

.brand:not(.brand-text) {
  height: 64px;
}

.brand-home {
  gap: 10px;
}

.brand-home span {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-text {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
