.elementor .e-d84977c-889af2e{width:70%;padding-block-start:50px;padding-inline-start:50px;flex-direction:column;}.elementor .e-e6c364c{flex-direction:column;.faq-filter-system .faq-group {
  animation: faqFadeIn 0.3s ease;
}

.faq-filter-system .faq-filter-button {
  width: 100%;
}

.faq-filter-system .faq-filter-button .elementor-button {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

.faq-filter-system .faq-filter-button.is-active .elementor-button {
  background-color: #03387d;
  color: #ffffff;
}

@keyframes faqFadeIn {
  from {
      opacity: 0;
      transform: translateY(8px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}\n}