.rich-text__blocks > * + * {
  margin-top: 2.4rem;
}

.rich-text__blocks > .rich-text__buttons {
  margin-top: 4rem;
}

@media screen and (min-width: 750px) {
    .rich-text__blocks > * + * {
        margin-top: 3.2rem;
    }

    .rich-text__blocks > .rich-text__buttons {
        margin-top: 6.4rem;
    }
}
