/* Shared laptop typography for Dabawenyo pages.
   Active only from 901px through 1440px. */
@media (min-width: 901px) and (max-width: 1440px) {
  :root {
    --laptop-eyebrow-size: 0.6rem;
    --laptop-heading-size: clamp(3rem, 4.35vw, 3.75rem);
    --laptop-description-size: 0.9rem;
  }

  /* Reusable classes for all pages. */
  .page-eyebrow {
    font-size: var(--laptop-eyebrow-size);
  }

  .page-heading {
    font-size: var(--laptop-heading-size);
    line-height: 0.94;
  }

  .page-description {
    font-size: var(--laptop-description-size);
    line-height: 1.5;
  }

  /* Existing index-page class names. */
  .hero .eyebrow {
    font-size: var(--laptop-eyebrow-size);
  }

  .hero h1,
  .hero h2 {
    font-size: var(--laptop-heading-size);
  }

  .hero .tagline {
    font-size: var(--laptop-description-size);
  }
   .hero{

	padding: 4.5rem 0 2.5rem 0; !important
}
}
