aside > .brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 12px 20px;
}

aside > .brand img {
  width: 190px;
  height: 52px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

aside > .brand div {
  width: 100%;
  gap: 2px;
}

aside > .brand strong {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

aside > .brand span {
  max-width: 200px;
  font-size: 11px;
  line-height: 1.35;
}
