.col2 {
  margin: 0 -10px;
}

.col2 > .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.col2 > .wrap > * {
  width: calc(100% / 2 - 2 * 10px);
  margin: 10px 10px;
  min-width: 210px;
}

.col3 {
  margin: 0 -10px;
}

.col3 > .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.col3 > .wrap > * {
  width: calc(100% / 3 - 2 * 10px);
  margin: 10px 10px;
  min-width: 210px;
}

.col4 {
  margin: 0 -10px;
}

.col4 > .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.col4 > .wrap > * {
  width: calc(100% / 4 - 2 * 10px);
  margin: 10px 10px;
  min-width: 210px;
}

.col5 {
  margin: 0 -10px;
}

.col5 > .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.col5 > .wrap > * {
  width: calc(100% / 5 - 2 * 10px);
  margin: 10px 10px;
  min-width: 210px;
}

.col6 {
  margin: 0 -10px;
}

.col6 > .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.col6 > .wrap > * {
  width: calc(100% / 6 - 2 * 10px);
  margin: 10px 10px;
  min-width: 210px;
}

.col7 {
  margin: 0 -10px;
}

.col7 > .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.col7 > .wrap > * {
  width: calc(100% / 7 - 2 * 10px);
  margin: 10px 10px;
  min-width: 210px;
}

.col8 {
  margin: 0 -10px;
}

.col8 > .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.col8 > .wrap > * {
  width: calc(100% / 8 - 2 * 10px);
  margin: 10px 10px;
  min-width: 210px;
}
