
.cols {
  display: flex !important;
  gap: 1em !important;
  flex-wrap: wrap !important;
  margin-bottom: 1em !important;
}
.col {
  flex: 1 1 0 !important;
  min-width: 200px !important;
  padding: 0.5em !important;
  background: none !important;
  border: none !important;
}
