.form-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: wrap;
  justify-content: space-evenly;    
}
.form__wrapper {
    min-width: 45%;
}