.rich-text{
  background-color:var(--background-color);
  color:var(--text-color);
}

.rich-text__text~.rich-text__button{
  margin-top:1.4rem;
}

@media (min-width:1024px){
  .rich-text .headings--left,.rich-text .headings--right{
    display:grid;
    gap:var(--section-gap);
    grid-template-columns:1fr 1fr;
  }
  .rich-text .headings--right .rich-text__headings-wrapper{
    order:1;
  }
  .rich-text .headings--right .rich-text__content-wrapper{
    order:0;
  }
}
