.brand {
  gap: 10px;
  padding: 5px 8px 44px;
}

.brand .brand-mark {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 8px 15px #0789e055);
  flex: 0 0 auto;
}

.brand strong {
  display: block;
  font-size: 17px;
  line-height: 1.05;
  white-space: nowrap;
}

.brand small {
  font-size: 6px;
  line-height: 1.35;
  letter-spacing: 1.15px;
  margin-top: 5px;
  max-width: 125px;
}
