/* ------------------------------- Two Columns Layout ------------------------------- */
.twocol {
  display: flex;  
}

.leftside {
  float: left;
  width: 50%;
}

.rightside {
  width: 50%;
}
