.paragraph-faq-component {
  display: block;
  max-width: 1150px;
  margin: 0 auto;
}
.paragraph-faq-component__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.paragraph-faq-component__header h2.component-title {
  margin-bottom: 0;
}
.paragraph-faq-component__faq-items {
  margin-top: 30px;
}
.paragraph-faq-component__field-description {
  font-size: var(--txt-md);
}
.paragraph-faq-component__field-description p {
  font-size: var(--txt-md);
}
@media only screen and (min-width: 768px) {
  .paragraph-faq-component__field-description {
    font-size: var(--txt-lg);
  }
  .paragraph-faq-component__field-description p {
    font-size: var(--txt-lg);
  }
}
.paragraph-faq-component.title-left .paragraph-faq-component__field-title {
  text-align: left;
}
.paragraph-faq-component.title-center .paragraph-faq-component__header {
  justify-content: center;
}
.paragraph-faq-component.title-center .paragraph-faq-component__field-title {
  text-align: center;
}
.paragraph-faq-component.title-right .paragraph-faq-component__header {
  justify-content: right;
}
.paragraph-faq-component.title-right .paragraph-faq-component__field-title {
  text-align: right;
}
.paragraph-faq-component.description-left .paragraph-faq-component__field-description {
  text-align: left;
}
.paragraph-faq-component.description-center .paragraph-faq-component__field-description {
  text-align: center;
}
.paragraph-faq-component.description-right .paragraph-faq-component__field-description {
  text-align: right;
}

.site-esl .layout__region .paragraph-faq-component {
  padding: 0;
}
.site-esl .paragraph-faq-component {
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) {
  .site-esl .paragraph-faq-component {
    padding: 0;
  }
}