/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 45:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    .brand-listing-section {
      padding: 50px 0;
    }

    .brand-listing-section h2 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 25px;
    }

    .brand-list {
      margin-bottom: 20px;
    }

    .brand-list h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .brand-list .brands {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .brand-list .brands li {
      margin-bottom: 10px;
    }

    @media (max-width: 768px) {
      .brand-list h3 {
        font-size: 1.25rem;
      }
    }
  </style>