section.content {
  counter-reset: bullet-point;
}
section.content :is(figure.wp-block-image, p, h1, h2, h3, .grid-slider):first-child {
  margin-block-start: 0;
}
section.content img[class*=wp-image] {
  margin-block-end: 3.5rem;
}
section.content figure.wp-block-image:where(:not(.swiper-slide *)) {
  margin: var(--content-image-margin-block) auto;
}
@media (min-width: 768px) {
  section.content figure.wp-block-image:where(:not(.swiper-slide *)) {
    max-width: min(725px, 70%);
  }
}
section.content figure.wp-block-image:where(:not(.swiper-slide *)):where(:not(.full-height)) svg {
  aspect-ratio: 1/0.75;
}
section.content div.fluent-form-wrapper {
  max-width: 700px;
  margin: 60px auto 0;
}