row {
	display: block; 
	width: 100%;
}
.col-container {
    display: table;
    width: 100%;
}
.column {
  float: left;
  width: 50%;
}   
.row:after {
  content: "";
  display: table;
  clear: both;
} 
clearfix::after {
  content: "";
  clear: both;
  display: table;
}
