.col {
  display: inline-block;
  width: 48vw;
  border: 1px #bbb solid;
  height: 95vh;
  margin: 0;
  overflow: scroll;
}
