/** Shopify CDN: Minification failed

Line 29:10 Expected identifier but found whitespace
Line 29:12 Unexpected "{"
Line 29:21 Expected ":"
Line 30:14 Expected identifier but found whitespace
Line 30:16 Unexpected "{"
Line 30:25 Expected ":"
Line 30:53 Expected ":"
Line 31:16 Expected identifier but found whitespace
Line 31:18 Unexpected "{"
Line 31:27 Expected ":"

**/


/* CSS from section stylesheet tags */
.section-banner {
    height: 20rem;
    width: 100%;
    background-size: cover;
    border-bottom: 0.3rem solid rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-banner h2 {
    text-transform: capitalize;
    color: {{ section.settings.heading_color }};
    font-size: {{ section.settings.heading_size }}rem;
    font-weight: {{ section.settings.heading_weight }};
  }