/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-faq__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3rem;
  align-items: center;
  justify-content: center;
}
.s-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 61.25rem;
  margin: 0 auto;
}
.s-faq__footer {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.s-faq__hint {
  margin: 0;
  font-family: "paralucent-text", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--wp--preset--color--lila-rvb);
}