.section {
  margin: calc(1.525rem + 2.75vw) 0;
}
@media (min-width: 1440px) {
  .section {
    margin: 4rem 0;
  }
}
.section__container {
  max-width: 846px;
  margin: auto;
}
.section__container p:last-child {
  margin-bottom: 0;
}
.section--full .section__container {
  max-width: 100%;
}
.section ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.section .acf-innerblocks-container .wp-block-columns:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=section.css.map */
