/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 35:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-row-column-section {
    margin: 0 auto;
    width: 100%;
  }

  .custom-row-column-inner {
    margin: 0 auto;
    display: grid;
  }

  .custom-row-column-block {
    padding: 10px;
    word-break: break-word;
  }

  .custom-row-column-block h3 {
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .custom-row-column-inner {
      grid-template-columns: 1fr !important;
    }
  }
</style>