/* Nova Tool CSS */
.max-col-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  white-space: nowrap;
}
