/** Shopify CDN: Minification failed

Line 46:10 Unexpected "{"
Line 46:19 Expected ":"
Line 47:14 Expected identifier but found whitespace
Line 47:16 Unexpected "{"
Line 47:25 Expected ":"
Line 47:76 Expected ":"
Line 48:17 Expected identifier but found whitespace
Line 48:19 Unexpected "{"
Line 48:28 Expected ":"
Line 48:82 Expected ":"
... and 10 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-related-projects (INDEX:14) */
.related-projects {
  padding: var(--grid-mobile-vertical-spacing) 0;
}

@media screen and (min-width: 750px) {
  .related-projects {
    padding: var(--grid-desktop-vertical-spacing) 0;
  }
}

.related-projects__grid {
  margin-top: 2rem;
}

.related-projects__card-wrapper {
  height: 100%;
}

.related-projects__description {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
  margin-top: 0.8rem;
  line-height: 1.5;
}

.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
}
/* END_SECTION:custom-related-projects */