.section1 {
  display: flex;
  width: 100%;
  gap: 64px;
  justify-content: center;
  margin: 50px 0;
}
.section1 .desc {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
.section1 .desc .title {
  font-size: 44px;
  margin-bottom: 24px;
  margin-top: 60px;
}
.section1 .desc .subTitle {
  font-size: 18px;
  color: #61656e;
  line-height: 26px;
}
.section1 .faqSection {
  max-width: 670px;
}
@media (max-width: 1440px) {
  .section1 {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}
