.section-text-html .section__header {
  text-align: center;
  padding-bottom: var(--spacing-md);
}

.section-text-html .html__block:not(:first-child) {
  margin-top: var(--spacing-sm);
}

.section-text-html .html__blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-text-html .html__block {
  flex: 0 1 auto;
  width: 100%;
}

.section-text-html .html__block img,
.section-text-html .html__block picture,
.section-text-html .html__block iframe,
.section-text-html .html__block video {
  overflow:hidden;
  border-radius: var(--border-radius);
}