.col {
    border-left:1px dashed #CCC;
    width:600px;
}

.col {
    column-count:2;
    column-width:285px;
    column-gap:30px;
    column-rule:1px dashed #CCC;
}