Headings that cross columns
column-span

This property allows headings to span across multiple columns.
Property values
Set this property value to all
to allow <h1>, <h2>, <h3> (or other elements) to span across a multi-column layout.
Examples
h1, h2, h3 {
column-span: all;
}