/* Media Start*/
/* Media End*/
.mobile-app-banner .module-wrap {
  display: flex;
}
.mobile-app-banner .mab-left {
  display: flex;
  flex-direction: column;
}
.mobile-app-banner .mab-title {
  color: #202437;
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 20px;
}
.mobile-app-banner .mab-description {
  color: #202437;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px;
}
.mobile-app-banner .mab-download {
  display: flex;
}
.mobile-app-banner .mab-download img {
  margin-right: 20px;
  cursor: pointer;
}
@media (min-width: calc(800px + 1px)) {
  .mobile-app-banner {
    padding: 70px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/hubfs/website_bg_1.png);
  }
  .mobile-app-banner .module-wrap {
    align-items: center;
  }
  .mobile-app-banner .mab-left {
    width: 580px;
    margin-right: 45px;
  }
  .mobile-app-banner .mab-right img {
    width: 550px;
  }
}
@media (max-width: 800px) {
  .mobile-app-banner {
    padding: 100px 0 0;
    background-image: url(/hubfs/website_bg_m1.png);
  }
  .mobile-app-banner .module-wrap {
    flex-direction: column;
  }
  .mobile-app-banner .mab-right img {
    width: 100%;
    margin-top: 20px;
  }
}

.mobile-app-content.gray {
  background-color: #fafafa;
}

.questions {
  padding: 60px 0;
}
.questions > p {
  font-family: Manrope;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #202437;
  margin-bottom: 13px;
}
.questions .ques_desc {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.questions .ques_desc a {
  color: #3b5cde;
  cursor: pointer;
}
.questions .ques_box {
  width: 1200px;
  height: auto;
  margin: 30px auto;
  border-top: solid 1px #ebecf1;
}

@media (max-width: 800px) {
  .questions {
    padding: 40px 20px 10px;
  }
  .questions > p {
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 13px;
  }
  .questions .ques_desc {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-right: 14px;
  }
  .questions .ques_box {
    width: 100%;
    height: auto;
    min-height: inherit;
    margin: 20px auto;
  }
}

/*# sourceMappingURL=index.css.map */
