div {
  background-color: yellow;
  width: 400px;
  columns: 3 auto;
  column-gap: 70px;
  column-rule: 4px dotted red;
}