/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 56:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .icon-grid-section {
    text-align: center;
  }

  .icon-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
  }

  .icon-block {
    text-align: center;
    flex: 1 1 120px;
    max-width: 160px;
  }

  .icon-small img {
    width: 48px;
    height: 48px;
  }

  .icon-medium img {
    width: 64px;
    height: 64px;
  }

  .icon-large img {
    width: 96px;
    height: 96px;
  }

  .icon-block p {
    margin: 0;
  }

  @media (max-width: 768px) {
    .icon-grid {
      gap: 30px;
    }

    .icon-block {
      max-width: 100px;
    }
  }
</style>