.flexbox .PRSteps-packages--selects > label {
  position: relative;
}

.state--select .Input {
  left: 12.5%;
  width: 75%;
  bottom: 13px;
  background: #fff;
  font-size: 1.2rem;
  position: absolute;
  padding: 0.5rem;
}
.state--select .Input[disabled] {
  background: #efefef;
}