#price-dimension {
  margin-top: calc(64px);
  padding-top: 20px;
  background: #2C2D2E;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #F0A928;
  width: 100%;
  text-align: center;
}

#price-dimension .title {
  margin: 20px 25px;
  font-size: 1.5em;
}

#price-dimension p {
  margin-bottom: 15px;
  padding: 0 25px;
}

#price-dimension select {
  padding-right: 10px;
  appearance: none;
  background-image: url("/img/cityselect/select-background.png");
  background-repeat: no-repeat;
  background-position: 10px;
  outline: none;
}

#price-dimension #inputs {
  width: 100%;
  padding: 0 25px;
  max-width: 800px;
}

#price-dimension #inputs>* {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-family: inherit;
  margin-bottom: 10px;
}
