/* Custom CSS */

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column1 {
  float: left;
  width: 70%;
}

.column2 {
  float: left;
  width: 30%;
}
/* Clear floats after the columns */

