.flex-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap
  }