.loq-support-hero {
  margin-bottom: 12px;
}

.loq-support-hero span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--loq-primary, #5a38e5);
  font-size: 13px;
  font-weight: 850;
}

.loq-support-hero h3 {
  max-width: 14ch;
  margin: 0;
  color: var(--loq-text, #11131a);
  font-size: clamp(30px, 8.4vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.loq-support-hero p {
  max-width: 31ch;
  margin: 12px 0 0;
  color: var(--loq-muted, #5f6472);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.42;
}
