/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 63:0 Unexpected "<"

**/


/* CSS from section stylesheet blocks */
<style>
  .about-us-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Full viewport height */
    text-align: center; /* Center text */
  }
  .about-us-container {
    max-width: 800px; /* Optional: limit the width of the content */
    margin: 0 auto; /* Center the container */
  }
  .section-header {
    margin-bottom: 20px;
    text-align:center;
  }
  .about-us-content h2 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align:center;
  }
  .about-us-content p {
    margin-bottom: 20px;
    
  }
  .about-us-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
  }
 

  .about-us-carousel {
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
  }
  .about-us-carousel img {
    width: 100%;
    height: auto;
  }
    .about-us-carousel1 {
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
  }
  .about-us-carousel1 img {
    width: 100%;
    height: auto;
  }

  
</style>