.main {
  max-width: 1296px;
  margin: 116px auto 0;
  padding: 0 24px 32px;
}

.faq-item {
  margin-bottom: 24px;
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.question-number {
  font-size: 20px;
  font-weight: bold;
  color: #6c63ff;
  margin-right: 12px;
  min-width: 32px;
}
.question-text {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  flex: 1;
  background-image: url("../image/commonbg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.question-text1 {
  background-size: 265px 10px;
}

.question-text2,
.question-text3 {
  background-size: 183px 10px;
}

.question-text4 {
  background-size: 200px 10px;
}

.faq-answer {
  font-weight: 400;
  font-size: 16px;
}
.faq-divider {
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #e5e6eb 0,
    #e5e6eb 4px,
    transparent 8px,
    transparent 8px
  );
  margin: 32px 0 38px;
}
