.row:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  float: left;
}

.col-m-4 {
  width: 25%;
}

.col-m-8 {
  width: 75%;
}