.intro[data-astro-cid-xxmeheuc] {
  display: flex;
  flex-direction: column;

  & section {
    display: flex;
    flex-direction: column;
    gap: var(--layout-space-100);
  }

  & [data-as-text] > [data-astro-cid-xxmeheuc] {
    max-width: 40ch;
  }
}
