.tehui-faq {
  padding: 88px 20px 96px;
  background: #fff;
  color: #191919;
}

.tehui-faq__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tehui-faq h2 {
  margin: 0;
  color: #191919;
  font-family: Poppins, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.tehui-faq__subtitle {
  margin: 8px 0 42px;
  color: #777;
  font-size: 14px;
  text-align: center;
}

.tehui-faq__list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #e7e7e7;
}

.tehui-faq__item {
  border-bottom: 1px solid #e7e7e7;
}

.tehui-faq__question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: #191919;
  font: 500 16px/1.6 Poppins, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.tehui-faq__question::after {
  content: "+";
  flex: 0 0 auto;
  color: #2555a6;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: transform .2s ease;
}

.tehui-faq__question[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.tehui-faq__answer {
  padding: 0 46px 22px 0;
  color: #777;
  font-size: 14px;
  line-height: 1.85;
}

.tehui-faq__answer[hidden] {
  display: none;
}

.tehui-faq__status {
  padding: 24px 0;
  color: #777;
  text-align: center;
}

@media (max-width: 767px) {
  .tehui-faq {
    padding: 58px 20px 64px;
  }

  .tehui-faq h2 {
    font-size: 27px;
  }

  .tehui-faq__subtitle {
    margin-bottom: 28px;
  }

  .tehui-faq__question {
    padding: 18px 0;
    font-size: 15px;
  }
}
