/** Shopify CDN: Minification failed

Line 116:0 Unexpected "<"

**/
  .pages-our-story-layout {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    font-family: 'Segoe UI', sans-serif;
    border-radius: 16px;
  }

  .pages-our-story-header {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 8rem;
    text-align: center;
  }

.pages-our-story-paragraph {
  font-size: 2rem; /* keep your font size */
  line-height: 1.7;
  color: #444;
  margin-bottom: 3rem; /* increase spacing below paragraph */
  position: relative; /* ensure proper stacking */
  z-index: 2;
}

 .pages-our-story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  margin: 4rem 0; /* increase space above & below grid */
  z-index: 1;
  position: relative;
}

  .pages-our-story-image {
    height: 150px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
  }

  .pages-our-story-footer {
    font-size: 2.2rem;
    font-weight: 700;
    color: #444;
    margin-top: 2rem;
    text-align: center;
  }



/*********************************************************/
  .policy-layout {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.3rem; /* increased from 1.1rem */
    line-height: 1.85;
    color: #333;
  }

  .policy-header {
    font-size: 2.8rem; /* increased from 2.4rem */
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #ff6f61;
  }

  .policy-paragraph {
    margin-bottom: 2rem; /* more spacing to suit larger font */
  }

  .policy-subheading {
    font-size: 1.8rem; /* increased from 1.6rem */
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: #444;
  }

  .policy-list {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }

  .policy-list li {
    margin-bottom: 1rem;
  }

  .policy-email {
    color: #ff6f61;
    font-weight: 600;
    word-break: break-word;
  }

  .policy-note {
    font-weight: 600;
    background-color: #fff5ea;
    padding: 1.2rem;
    border-left: 5px solid #ffbe84;
    margin: 2.5rem 0;
    border-radius: 8px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
</style>
