.round_up_container {
  display: flex;
  justify-content: center;

  @media only screen and (max-width: 480px) {
    justify-content: center;
  }
}

.round_up_container select {
  padding-left: 15px;
  margin: 0;
  width: 80px;
}

.round_up_container label {
  margin: 0;
}