.download-page {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-evenly;
    height: 100%;
}
.title {
  display: flex;
  justify-content: center;
  height: 51%;
}
.title img {
  margin: auto;
}
.title img, .get-btn img, .bottom .bottom-title img {
  width: 100%;
}
.small-screen {
    height: 100%;
}
.bottom {
  display: flex;
  flex-wrap: wrap;
  height: 34.4%;
}
.bottom-btn {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.bottom-btn button {
  border-radius: 20px;
  width: 43%;
  height: 47px;
  border: none;
  background-color: #0c77ee;
  color: #fff;
  font-size: 20px;
  margin: auto;
  outline: 0;
}
.bottom-btn button.checkin {
  background-color: #e6581e;
}
.bottom-btn button:focus{
  outline: 0;
}
.bottom-tip {
  margin: 10px auto;
  width: 260px;
  font-size: 10px;
  color: #898989;
  text-align: center;
  line-height: 20px;
}
.get-btn {
  height: 12.3%;
}
.title img.new-face--title {
  width: 89%;
}