.faq-accordion-wrapper {
  padding: 60px 0;
}
.faq-accordion-wrapper .title-section {
  margin-bottom: 30px;
}
.faq-accordion-wrapper .faq-items-section {
  display: flex;
  flex-direction: column;
}
.faq-accordion-wrapper .faq-item {
  border-top: 1px solid #ff0033;
  overflow: hidden;
}
.faq-accordion-wrapper .faq-item.active .faq-question .question-icon svg {
  transform: rotate(180deg);
}
.faq-accordion-wrapper .faq-item:last-child {
  border-bottom: 1px solid #ff0033;
}
.faq-accordion-wrapper .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.faq-accordion-wrapper .faq-question .question-text {
  flex: 1;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq-accordion-wrapper .faq-question .question-icon {
  width: 24px;
  height: 24px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-accordion-wrapper .faq-question .question-icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.faq-accordion-wrapper .faq-answer {
  display: none;
  padding: 0 0 20px 0;
  background-color: #fff;
  line-height: 1.6;
}
.faq-accordion-wrapper .faq-answer p:last-child {
  margin-bottom: 0;
}

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