/** Shopify CDN: Minification failed

Line 23:2 Unexpected "#"
Line 23:4 Unexpected "{"
Line 23:13 Expected ":"
Line 33:4 Unexpected "#"
Line 33:6 Unexpected "{"
Line 33:15 Expected ":"
Line 44:4 Unexpected "#"
Line 44:6 Unexpected "{"
Line 44:15 Expected ":"
Line 49:4 Unexpected "#"
... and 23 more hidden warnings

**/


/* CSS from section stylesheet tags */
section.custom-container {
    background: #e5f5f6;
  }
  /* Styles applied only to elements with class 'custom-text' within this section */
  #{{ section.id }} .custom-text {
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 2em;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    font-style: italic;
  }

    #{{ section.id }} .quote-author {
    color: #009CA6 !important;
    text-align: center !important;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
  }
  @media (max-width: 600px) {
    #{{ section.id }} .custom-grid-section {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      padding: 1rem;
    }
    #{{ section.id }} .custom-content-block .custom-text {
      font-size: 1.8rem;
      line-height: 1.4;
    }
  }
#{{ section.id }} .custom-grid-section {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 2rem;
    align-items: center;
  }
  #{{ section.id }} .custom-grid-section.reverse {
    grid-template-columns: 2fr 3fr;
  }

  #{{ section.id }} h2 {
  color: #ff8f1c;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
  @media screen and (max-width: 768px) {
    #{{ section.id }} .custom-grid-section,
    #{{ section.id }} .custom-grid-section.reverse {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 600px) {
    #{{ section.id }} h2 {
              font-size: 35px;
        line-height: 32px;
    }
    #{{ section.id }} div.content-block {
      padding-left: 0 !important;
    }
  }