/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 68:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-html-section {
    max-width: 960px;
    margin: 0 auto;
    line-height: 1.7;
    color: #222;
  }

  .custom-html-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .custom-html-section h2 {
    font-size: 1.9rem;
    /* margin-top: 30px; */
    margin-bottom: 10px;
    font-weight: 600;
  }

  .custom-html-section h3 {
    font-size: 1.7rem;
    /* margin-top: 25px; */
    margin-bottom: 8px;
    font-weight: 500;
  }

  .custom-html-section p {
    font-size: 1.8rem;
    /* margin-bottom: 20px; */
  }

  .custom-html-section a {
    color: #6f4e47;
    text-decoration: none;
}
  @media screen and (max-width: 768px) {
    /* .custom-html-section {
      padding: 25px 15px;
    }
 */
    .custom-html-section h1 {
      font-size: 2.5rem;
    }

    .custom-html-section h2 {
      font-size: 1.9rem;
    }

    .custom-html-section h3 {
      font-size: 1.8rem;
    }

    .custom-html-section p {
      font-size: 1.8rem;
    }
  }
</style>