/** Shopify CDN: Minification failed

Line 166:0 Unexpected "<"
Line 170:0 Unexpected "<"

**/
.rich-text-copy {
  z-index: 1;
}

.rich-text-copy__wrapper {
  display: flex ;
  justify-content: center;
  margin: 2em auto 0;
  width: calc(80% - 4rem / var(--font-body-scale));
}

.rich-text-copy:not(.rich-text-copy--full-width) .rich-text-copy__wrapper {
  justify-content: center;
  width: calc(80% - 8rem / var(--font-body-scale));
}

.rich-text-copy__blocks {
  width: 80%;
}

.rich-text-copy__heading.mobile-left {
  text-align: left;
}

.rich-text-copy__heading.mobile-center {
  text-align: center;
}

.rich-text-copy__heading.mobile-right {
  text-align: right;
}

.rich-text-copy__blocks.mobile-left {
  text-align: left;
}

.rich-text-copy__blocks.mobile-center {
  text-align: center;
}

.rich-text-copy__blocks.mobile-right {
  text-align: right;
}

.rich-text-copy.btn-large {
  min-width:300px;
  padding:75px 75px;
  margin-top:10px !important;
  margin-bottom:15px;
}
@media screen and (min-width: 750px) {
  .rich-text-copy__wrapper {
    width: 80%;
  }

  .rich-text-copy__wrapper--left {
    justify-content: center;
  }

  .rich-text-copy__wrapper--right {
    justify-content: center;
  }

  .rich-text-copy__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 990px) {
  .rich-text-copy__blocks {
    max-width: 1000px;
  }

  .rich-text-copy__heading.mobile-left,
  .rich-text-copy__heading.mobile-center,
  .rich-text-copy__heading.mobile-right {
    text-align: inherit;
  }

  .rich-text-copy__blocks.mobile-left,
  .rich-text-copy__blocks.mobile-center,
  .rich-text-copy__blocks.mobile-right {
    text-align: inherit;
  }

  .rich-text-copy__blocks.left {
    text-align: left;
  }

  .rich-text-copy__blocks.center {
    text-align: center;
  }

  .rich-text-copy__blocks.right {
    text-align: right;
  }

  .rich-text-copy__heading.left {
    text-align: left;
  }

  .rich-text-copy__heading.center {
    text-align: center;
  }

  .rich-text-copy__heading.right {
    text-align: right;
  }
}

.rich-text-copy__blocks * {
  overflow-wrap: break-word;
}

.rich-text-copy__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-copy__blocks > * + * {
  margin-top: 2rem;
}

.rich-text-copy__blocks > * + a {
  margin-top: 3rem;
}

.rich-text-copy__buttons {
  display: inline-block;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 80%;
  max-width: 45rem;
  word-break: break-word;
}

.rich-text-copy__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text-copy__buttons + .rich-text-copy__buttons {
  margin-top: 1rem;
}

.rich-text-copy__blocks.left .rich-text-copy__buttons {
  justify-content: flex-start;
}

.rich-text-copy__blocks.right .rich-text-copy__buttons {
  justify-content: flex-end;
}
.rich-text-copy-small-margin {
  margin-top:5px !important;
}
.rich-text-copy-alignment {
  align-content:center !important;
}
<style>
  .rich-text-section .rich-text-description p{
      text-align: center !important;
   }
</style>
