.form-groups-container .form-group {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 36px;
}
