.ModuleIntro{display:grid;grid-auto-flow:row;grid-template-columns:repeat(12,1fr);margin-left:auto;margin-right:auto;max-width:var(--max-content-width);padding-left:var(--content-padding);padding-right:var(--content-padding);grid-column-gap:var(--grid-gutter);grid-row-gap:0;margin-bottom:var(--spacing-xl)}.ModuleIntro .ModuleIntro-headline,.ModuleIntro .ModuleIntro-text{grid-column-end:span 12;grid-column-end:0;grid-column-start:0}.ModuleIntro .ModuleIntro-text{display:block;margin-top:var(--spacing-xs)}.ModuleIntro--yellow .ModuleIntro-headline,.ModuleIntro--yellow .ModuleIntro-text{color:var(--color-black)}.ModuleIntro--dark .ModuleIntro-headline,.ModuleIntro--dark .ModuleIntro-text,.ModuleIntro--yellow .ModuleIntro-headline strong:before,.ModuleIntro--yellow .ModuleIntro-text strong:before{color:var(--color-white)}
