The idea
columns is a shorthand that sets column-width and column-count in one declaration. The count is a *maximum*: the browser makes columns of the given width, up to that many. columns: 3 150px means '150px columns, at most three'.
The longhands column-count and column-width are off-limits — write the columns shorthand.