/** Shopify CDN: Minification failed

Line 88:33 Unterminated string token
Line 92:0 Unexpected "}"

**/
.blog-placeholder-svg {
  height: 100%;
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop .article-card .card__content {
    text-align: center;
  }
}

.blog__title {
  margin: 0;
}

.blog__posts.articles-wrapper {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .blog__posts.articles-wrapper {
    margin-bottom: 0;
  }
}

.blog__posts.articles-wrapper .article {
  scroll-snap-align: start;
}

@media screen and (max-width: 749px) {
  .blog__post.article {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

.background-secondary .blog-placeholder__content {
  background-color: rgb(var(--color-background));
}

.blog__posts .card-wrapper {
  width: 100%;
}

.blog__button {
  margin-top: 3rem;
}

.article-card__image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 38%;
    background: linear-gradient(to top, rgba(13, 38, 68, 0.7), rgba(13, 38, 68, 0));
}

.blog__posts .article-card .card__information {
    margin: 0;
    padding: 0 0 32px 24px !important;
}
.blog__posts .article-card .card__heading {
    margin: 0;
}
.blog__posts .card__information .card__heading a {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 33.6px;
    width:75%;
}

.blog__posts .card__content {
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 750px) {
  .blog__button {
    margin-top: 5rem;
}
  
.template-about-us" .blog__posts{
  gap:30px;
}
  
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .blog__posts .article + .article {
      margin-left: var(--grid-desktop-horizontal-spacing);
    }
  }
}
