.faq-qw {
  padding: 50px 0 132px 0;
}

@media (max-width: 991px) {
  .faq-qw {
    padding-bottom: 50px;
  }
}

.qw-faq-item {
  border: 1px solid var(--color-qw-green);
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width: 991px) {
  .qw-faq-item {
    margin-bottom: 30px;
  }
}

#qw-faq-container .qw-faq-item:last-child {
  margin-bottom: 0;
}

.qw-faq-question {
  padding: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qw-faq-answer {
  padding: 0 18px 24px 18px;
  display: none;
}

.qw-faq-toggle {
  font-size: 18px;
  font-weight: bold;
  margin-left: 18px;
}

.qw-faq-toggle .less {
  display: none;
}

.faq-qw-title {
  margin-top: 12px;
  margin-bottom: 68px;
}

@media (max-width: 991px) {
  .faq-qw-title {
    margin-bottom: 48px;
  }
}
