.column {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}