/** Shopify CDN: Minification failed

Line 50:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:maker-story (INDEX:46) */
.maker-story {
    padding: 40px 0;
    border-top: 1px solid #e8e8e8;
  }
  .maker-story__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 0;
  }
  .maker-story__left {
    display: flex;
    flex-direction: column;
  }
  .maker-story__image-main img,
  .maker-story__image-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
  }
  .maker-story__image-main {
    height: 380px;
  }
  .maker-story__image-secondary {
    height: 100%;
    min-height: 380px;
  }
  .maker-story__content {
    padding: 12px 30px 30px 0;
  }
  .maker-story__heading {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
  }
  .maker-story__text {
    font-size: inherit;
    line-height: 1.7;
    color: inherit;
    margin-bottom: 16px;
  }
  .maker-story__link {
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
  display: block;
  margin-top: 32px;
}
  @media (max-width: 749px) {
    .maker-story__inner {
      grid-template-columns: 1fr;
    }
    .maker-story__left {
      order: 1;
    }
    .maker-story__image-secondary {
      order: 2;
      height: 280px;
      min-height: unset;
    }
    .maker-story__image-main {
      height: 280px;
    }
    .maker-story__content {
      padding: 24px 0;
    }
  }
/* END_SECTION:maker-story */