#location-choice {
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  color: rgb(0, 0, 0);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  outline: none;
  border: none;
  border: 2px solid rgb(219, 223, 227);
}