.rich-text__heading {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .rich-text .rich-text__heading {
    font-size: 25px;
    padding: 0;
  }

  .button--primary {
    width: 252px;
    height: 40px;
  }

  .rich-text__wrapper {
    margin: 0 auto;
    padding: 0;
  }

}