.ss-rich-text .rich-text__blocks .button-wrap,
.ss-rich-text .rich-text__heading {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 750px) {
  .ss-rich-text .rich-text__blocks {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
}
