.section-sud-faqs {
  background: var(--primary-color);
}
.section-sud-faqs:empty {
  display: none;
}
.section-sud-faqs,
.section-sud-faqs .title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-sud-faqs .title-wrapper {
  margin-bottom: 15px;
}
.section-sud-faqs .faqs-accordion-wrapper {
  margin: 0 auto;
  max-width: 785px;
}
.section-sud-faqs .faqs-accordion-wrapper .accordion-wrapper .accordion-title {
  font-size: 20px;
}
.section-sud-faqs .all-faq-link {
  margin-top: 30px;
}
