CSS: How to split a block text into two columns?

.twocolumns {
      -webkit-columns: 40px 2;
      -moz-columns: 60px 2;
      columns: 60px 2;
      column-gap: 50px;
}
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.