/* KNOWLEDGE HERO */

.ramiro-knowledge-page {
  background: var(--ramiro-white);
}

.ramiro-knowledge-hero {
  padding: var(--section-break-desktop) 0 var(--section-break-desktop);
  background: var(--ramiro-white);
}

.ramiro-knowledge-hero__eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ramiro-red);
}

.ramiro-knowledge-hero__title {
  margin: 0;
  max-width: 1120px;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 600;
  color: var(--ramiro-text);
}

.ramiro-knowledge-hero__title strong {
  color: var(--ramiro-red);
  font-weight: 700;
}

.ramiro-knowledge-hero__text {
  margin: 28px 0 0;
  max-width: none;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.48;
  color: var(--ramiro-muted);
}

.ramiro-knowledge-hero__text p {
  margin: 0;
}

.ramiro-knowledge-hero__text p + p {
  margin-top: 14px;
}

@media (max-width: 991px) {
  .ramiro-knowledge-hero {
    padding: var(--section-break-tablet) 0 var(--section-break-tablet);
  }
}

@media (max-width: 720px) {
  .ramiro-knowledge-hero {
    padding: var(--section-break-mobile) 0 var(--section-break-mobile);
  }

  .ramiro-knowledge-hero__title {
    letter-spacing: -0.045em;
  }
}
