/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 87:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:customgrid (INDEX:27) */
<style>
  .miding{
    /* font-family: 'Gambarino'; */
  }
  .simple-accreditations {
    padding: 60px 0;
    text-align: left;
    /* font-family: Gambarino; */
    background: #cbcbcb2e;    
  }

  .simple-accreditations h2 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
  }

  .simple-accreditations__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    justify-content: center;
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto;
  }

  .simple-accreditation {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 20px;
    gap: 15px;
    background: white;
    width: 100%;
   
  }

  .simple-accreditation__logo img {
    width: 60px !important;
    height: auto !important;
    max-width: 60px !important;
    flex-shrink: 0;
  }

  .simple-accreditation h3 {
    margin: 10px 0;
    font-size: 18px;
  }

  .simple-accreditation p {
    font-size: 14px;
    color: #666;
  }

  .simple-accreditations__bottom {
    margin-top: 30px;
  }

  .simple-accreditations__bottom a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }

  /* auto-fit already reflows and resizes columns at every width - just tighten spacing on mobile */
  @media (max-width: 767px) {
    .simple-accreditations__grid {
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      padding: 10px;
    }
  }
</style>
/* END_SECTION:customgrid */