.rich-text {
  background-color: var(--color-section-background);
  max-width: 100%;
}
.rich-text__heading {
  color: var(--color-heading);
}
.rich-text__text {
  color: var(--color-text);
}
.rich-text-section .button-block__button .btn {
  min-width: 11.25rem;
}
.rich-text-section .border-block {
  background-color: var(--color-stroke-light);
}
@media screen and (max-width: 719px) {
  .rich-text-section .button-block__button .btn {
    min-width: 9.375rem;
  }
}
