/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 52:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-columns-section {
    background-position: center;
    padding: 60px 20px;
    color: #fff;
  }
section.custom-columns-section {
    background-size: cover!important;
}
  .custom-columns-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 100px 50px 100px;
  }

  .custom-column {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
  }

  .custom-column img {
    max-width: 52%;
    margin-bottom: 15px;
  }

  .custom-column h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    margin-bottom: 10px;
    color: #000;
  }

  .custom-column p {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
  }
</style>