/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 80:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>

 .about-jzmain-section{
    
 }
  .about-second-section {
  padding-top:80px;
    
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }


.about-jz-section.about-image-left {
    border-bottom-left-radius: 25px;
    /* border-top-left-radius: 25px; */
}
.about-jz-section.about-image-right {
    border-top-left-radius: 25px;
}
  .about-jz-section {
    
    display: flex;
    align-items: center;
    
    background: #f5f5f5;
  }
  .about-second-section .about-jz-section:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-jz-text {
      width: 50%;
    padding: 90px;
  }
  .about-jz-image {
        width: 50%;
  }
  .image img {
    width: 100%;
    height: auto;
  }

.about-jz-section.about-image-right img{
border-top-right-radius:25px;
}

.about-jz-section.about-image-left img{
border-bottom-right-radius:25px;
}

.about-jz-section .about-jz-image img{
width:100%
}
  @media (max-width: 768px) {
  
    
  }

.about-jz-section .about-jz-text h2{
font-size: 56px;
}

.about-jz-section .about-jz-text p{
font-size: 18px;
line-height: 28px;
 
}

</style>