.paragraph{column-count:1;}
@media (min-width:500px) { .paragraph{column-count:2;} }
@media (min-width:992px) { .paragraph{column-count:3;} }

