/* ==========================================================================
   Case study page

   What a case study has that the shared components do not: the narrative
   sections, heading beside the prose. Everything else (hero band, cover
   figure, cards, tiles, accordion, CTA band) is a component.
   ========================================================================== */

/* Heading in the aside, prose in the main column: the old about-grid, on the
   split. The heading takes the section size. */
.cs-section .split__aside {
  flex-basis: 440px;
}

.cs-section .prose {
  max-width: none;
}

@media (max-width: 1200px) {
  .cs-section .split__aside {
    flex-basis: 340px;
  }
}
