<Docs title="With text">
<SectionHeadline
title="Example title"
maybeText="Example subtitle, this can be longer"
/>
</Docs>
<Docs title="Without text">
<SectionHeadline title="Example title" />
</Docs>
<Docs title="Visually Hidden">
<SectionHeadline
title="Example title"
maybeText="Ricola for Everyday and Moment"
visuallyHidden={true}
/>
</Docs>