/* Equal Height Block */

.col-container {
  display: table;
  width:100%;
}
.col {
  display: table-cell;
}


