/* Let desktop section headings use their column instead of the old 10–12ch cap. */
@media (min-width: 901px) {
  .single-content .gek-home-demo :is(
    .gek-home-welcome__heading,
    .gek-home-sectionhead,
    .gek-home-practical__heading,
    .gek-home-sponsor__content
  ) h2 {
    max-width: none !important;
    width: 100%;
    margin-inline: 0 !important;
    text-align: left;
    text-wrap: balance;
  }

  .single-content .gek-home-demo .gek-home-welcome__heading h2 {
    font-size: clamp(2.75rem, 3.65vw, 3.5rem) !important;
  }
}
