.qa {
  margin: 140px 0;
}
.qa-title {
  font-size: 40rem;
  margin-bottom: 48px;
}
.qa-content {
  width: 100%;
}

.faq-number-back {
  background: #f0f0f0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  width: 32px;
  height: 25px;
}

.faq-content-center {
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--color-divider-2);
  padding: 37px 0;
  cursor: pointer;
}

.faq-item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1;
  user-select: none;
}

.faq-item-title-text {
  font-size: 24rem;
}

.faq-item-text {
  font-size: 16rem;
  color: var(--color-text-2);
  line-height: 22px;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}
.faq-item-text > div {
  padding-top: 12px;
}
.view-more {
  color: var(--color-brand-1);
  font-size: 20rem;
}
.view-more > div {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  height: 100px;
  cursor: pointer;
}
