/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 94:2 Unexpected "<"
Line 165:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    .image-text-section {
      padding: 60px 0;
    }
    .image-text-block {
      display: flex;
      align-items: center;
      margin-bottom: 60px;
      flex-wrap: wrap;
    }
    .image-text-block.reverse {
      flex-direction: row-reverse;
    }
    .image-text-content {
      flex: 1;
      padding: 20px;
    }
    .image-text-image {
      flex: 1;
      padding: 20px;
    }
    .image-text-image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .image-text-content h2 {
      font-size: 1.75rem;
      margin-bottom: 10px;
    }
    .image-text-content p {
    font-size: 20px;
    
    line-height: 1.6;
    color: black;
    font-weight: normal;
    font-family: 'Lato';
    letter-spacing: 1px;
}
  .image-text-content h2 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 100;
    font-family: EB Garamond, serif;
}
  .image-text-content.class_loop2 {
    text-align: right;
}
  .new_class_2 {
    background-color: #f8ece5;
}
   @media screen and (max-width: 768px) {
      .image-text-block {
        flex-direction: column;
      }

      .image-text-block.reverse {
        flex-direction: column;
      }

      .image-text-image,
      .image-text-content {
        flex: 1 1 100%;
        text-align: center;
        padding: 10px;
      }

      .image-text-content h2 {
        font-size: 30px;
      }

      .image-text-content p {
        font-size: 15px;
      }
     .image-text-content.class_loop1 {
    margin-bottom: 10px;
}
     .image-text-content.class_loop2 {
    text-align: center !important;
}
   
    }
  </style>
<style>
    .three-image-section {
    
      text-align: center;
    }

    .three-image-section h2 {
      font-size: 2rem;
      margin-bottom: 40px;
    }

    .three-image-grid {
      display: flex;
      gap: 10px;
     
      justify-content: center;
    }

    .image-block {
        min-width: 30.33%;
    
      box-sizing: border-box;
      text-align: center;
    }

    .image-block img {
      width: 100%;
      height: auto;
     
    }

    .image-block p {
      margin-top: 10px;
      font-size: 1rem;
      color: #555;
      line-height: 1.5;
    }

    @media screen and (max-width: 991px) {
      .image-block {
        flex: 1 1 calc(45% - 20px);
      }
    }

    @media screen and (max-width: 600px) {
      .three-image-grid {
        flex-direction: column;
        gap: 10px;
      }

      .image-block {
        flex: 1 1 100%;
        max-width: 100%;
      }

      .three-image-section h2 {
        font-size: 1.5rem;
      }

      .image-block p {
        font-size: 0.95rem;
      }
    }
  .image-block img {
    object-fit: cover;
    height: 100%;
}
  .three-image-section {
    margin-bottom: 10px;
}
  </style>