/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 18:16 Unexpected "{"
Line 18:25 Expected ":"
Line 23:16 Unexpected "{"
Line 23:25 Expected ":"
Line 27:18 Unexpected "{"
Line 27:27 Expected ":"
Line 31:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    /* Minimal styles for readability - move to theme CSS if desired */
    #paragraph-{{ section.id }} .paragraph-section__title{
      font-size:1.6rem;
      font-weight:700;
      margin-top:0;
    }
    #paragraph-{{ section.id }} .paragraph-section__text p{
      margin: 0 0 1rem;
    }
    @media (max-width: 749px) {
      #paragraph-{{ section.id }} .paragraph-section__text{
        font-size:15px;
      }
    }
  </style>