.elementor-widget-trio_faq_section .trio-faq-section {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.elementor-widget-trio_faq_section .trio-faq-section__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 2.5rem 2.5rem 0;
}
@media (max-width: 767px) {
  .elementor-widget-trio_faq_section .trio-faq-section__header {
    padding: 1.5rem 1.5rem 0;
  }
}
.elementor-widget-trio_faq_section .trio-faq-section__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.elementor-widget-trio_faq_section .trio-faq-section__title {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--foreground, #030712);
  margin: 0;
}
