.sample-component-bold-style { font-weight: bold; } .sample-component-italic-style { font-style: italic; } .listlink { display: flex; align-items: center; } .column1 { column-count: 1; } .column2 { column-count: 2; } .column3 { column-count: 3; } .column4 { column-count: 4; } @media only screen and (max-width: 767px) { .column2 { column-count: 1; } .column3 { column-count: 1; } .column4 { column-count: 1; } }