/** Shopify CDN: Minification failed

Line 20:15 Expected identifier but found whitespace
Line 20:17 Unexpected "{"
Line 20:26 Expected ":"
Line 20:44 Expected ":"
Line 28:18 Expected identifier but found whitespace
Line 28:20 Unexpected "{"
Line 28:29 Expected ":"
Line 28:47 Expected ":"

**/
.custom-blog-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .masonry-grid {
    column-gap: {{ section.settings.gap }}px;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .masonry-item {
    break-inside: avoid;
    margin-bottom: {{ section.settings.gap }}px;
  }
  
  .masonry-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
  }

header.page-width.page-width--narrow.scroll-trigger.animate--fade-in h1 {
    text-align: center;
}

.masonry-grid .masonry-item {
    margin-bottom: 1.1rem;
}

  @media (max-width: 768px) {
    .masonry-grid {
      column-count: 2;
    }
  }

  @media (max-width: 480px) {
    .masonry-grid {
      column-count: 1;
    }
  }