@media only screen and (min-width: 768px) {
.col-container {
  display: flex;
  width: auto;
}
.cols {
  flex: 1;
}
}