.col-container {
  display: flex;
  width: 100%;
    flex-wrap: wrap;
}
.col {
  flex: 1 0 33%;
}