.node__content {
  background-color: #FBFAF6;
  padding-bottom: 3.75rem;
}
@media (max-width: 47.99875rem) {
  .node__content {
    padding-bottom: 3.125rem;
  }
}
.node__content .field--name-field-media-image {
  text-align: center;
}
.node__content .field--name-field-chapo {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 47.99875rem) {
  .node__content .field--name-field-chapo {
    margin-top: 1.875rem;
    font-size: 1.313rem;
  }
}
.node__content .field--name-field-text {
  margin-top: 3.125rem;
}
@media (max-width: 47.99875rem) {
  .node__content .field--name-field-text {
    margin-top: 2.5rem;
  }
}

.n--type--faq.n--view-mode-full {
  padding: 2.5rem 0;
}