.mem-column {
  float: left;
  width: 50%;
  text-align: center;
}

/* Clear floats after the columns */
.mem-row:after {
  content: "";
  display: table;
  clear: both;
}

