

/* CSS from section stylesheet tags */
.page-content p:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .page-content p:not(:last-child) {
    margin-bottom: 16px;
  }
}