#banner {
  height: 8.7rem;
  background: url("../images/download/banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner h3 {
  font-size: 18px;
  font-weight: bold;
}
#banner p {
  font-size: 14px;
  margin-top: 10px;
}
#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  padding-bottom: 30px;
}
#content .phone-img {
  width: 12.5rem;
}
#content .phone-img img {
  width: 100%;
  height: auto;
}
#content h4 {
  font-size: 16px;
  font-weight: bold;
}
#content a {
  display: flex;
  width: 12.5rem;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #12a0f8;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
}
/*# sourceMappingURL=download.css.map */