
.faq-wrapper__title p {
  color: var(--brand-primary-color);
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2px;
}
.faq-wrapper .field__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}