/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 15:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .heading-container {
    width: 100%;
    max-width: 1440px;
  }
</style>
.revy-custom-content-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}