/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 82:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:three_img_section (INDEX:65) */
<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>
/* END_SECTION:three_img_section */