/** Shopify CDN: Minification failed

Line 14:18 Unexpected "{"
Line 14:27 Expected ":"
Line 15:20 Unexpected "{"
Line 15:29 Expected ":"
Line 29:20 Unexpected "{"
Line 29:29 Expected ":"
Line 40:22 Unexpected "{"
Line 40:31 Expected ":"

**/
/* START_SECTION:blogs-list (INDEX:7) */
#shopify-section-{{ section.id }} .h3,
  #shopify-section-{{ section.id }} h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
  }

  .blog-list__item {
    border: 1.13px solid rgba(227, 227, 227, 1);
    border-radius: 5px;
    padding: 28px;
  }
  .blog-list__item h3 {
    font-size: 14px;
  }
  #shopify-section-{{ section.id }} .section-header h3 {
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    text-underline-offset: 6px;
  }

  @media(max-width: 767px){
    .blog-list__item {
      padding: 11px 28px;
    }
    #shopify-section-{{ section.id }} .section-header h3 {
      font-size: 20px;
    }
  }
/* END_SECTION:blogs-list */
