/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 46:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .three-column-section {
    display: flex;
    flex-direction: column;
  }

  .three-column-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .block-item {
    text-align: var(--content-alignment);
  }

  .block-item h2,
  .block-item h3,
  .block-item p {
    margin: 0;
  }

  .button-wrapper {
    margin-top: 2rem;
    text-align: var(--content-alignment);
  }

  .button-wrapper a {
    margin-right: 1rem;
  }

  @media (max-width: 768px) {
    .three-column-grid {
      grid-template-columns: 1fr;
    }
  }
</style>