Why don\'t we have box-sizing: margin-box;? Usually when we put box-sizing: border-box; in our style sheets we really mean the former.
box-sizing: margin-box;
box-sizing: border-box;
Couldn't you use width: calc(50% - 24px); for your cols? Then set your margins.
width: calc(50% - 24px);