/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 37:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .about-section {
    max-width: 500px;              /* Fix width of the text container */
    margin: 60px auto;             /* Center the box with top/bottom spacing */
    padding: 0 20px;               /* Prevent text from hugging screen edge */
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }

  .about-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
  }

  .about-section p {
    font-size: 1.65rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }

  @media (max-width: 480px) {
    .about-section {
      padding: 0 16px;
    }
  }
</style>