section.text .small-container {
  display: flex;
  flex-direction: column;
  gap: calc(var(--padding-y) * 1.5);
}
.text .small-container > * + h1,
.text .small-container > * + h2,
.text .small-container > * + h3,
.text .small-container > * + h4,
.text .small-container > * + h5,
.text .small-container > * + h6 {
  margin-top: calc(var(--padding-y) * 2);
}