.rich-text .container .body{
    padding: 1.25rem .75rem .75rem 1.25rem;
}

.rich-text .container .body p{
  margin-bottom: 1rem;
}

.rich-text .container .body.light p{
  color: var(--off-white);
}

.rich-text .container .body.centre{
    text-align: center;
}

@media screen and (min-width: 1000px ) {
  .rich-text .container .body{
    padding: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
  }

}