.faq-wrap {
  justify-content: center;
}
.faq-wrap h2 {
  text-align: center;
}
.faq-wrap .faq-item {
  border-bottom: 1px solid #A8B7C3;
  overflow: hidden;
}
.faq-wrap .faq-item.opened .faq-answer {
  height: initial;
  opacity: 1;
  padding: 12px 0;
}
.faq-wrap .faq-item.opened .faq-title svg {
  transform: rotate(180deg);
}
.faq-wrap .faq-title {
  font-size: 20px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-wrap .faq-title svg {
  margin-left: auto;
  fill: #878787;
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}
.faq-wrap .faq-answer {
  font-size: 16px;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 425px) {
  .faq-wrap .faq-answer {
    font-size: inherit;
  }
  .faq-wrap .faq-title {
    font-size: 16px;
  }
  .faq-wrap .faq-title svg {
    min-width: 18px;
    padding-left: 10px;
  }
}

/*# sourceMappingURL=faq.css.map */
