.hero-seo-title {
  max-width: 560px;
  margin: -6px 0 22px;
  color: var(--dk);
  font-family: 'Golos Text', sans-serif;
  font-size: clamp(26px, 3.8vw, 46px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.08;
}

.catalog-seo-title {
  margin: 20px 0 32px;
}

.concierge-left h1 {
  margin-bottom: 16px;
  color: var(--dk);
  font-family: 'Golos Text', sans-serif;
  font-size: clamp(26px, 3.6vw, 46px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.concierge-left h1 em {
  color: var(--green2);
  font-style: normal;
}

.legal .s-ttl {
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .hero-seo-title {
    margin-bottom: 18px;
    font-size: clamp(25px, 8vw, 36px);
  }

  .catalog-seo-title {
    margin: 8px 0 24px;
  }
}
