/** Shopify CDN: Minification failed

Line 30:10 Expected identifier but found whitespace
Line 30:12 Unexpected "{"
Line 30:21 Expected ":"
Line 31:14 Expected identifier but found whitespace
Line 31:16 Unexpected "{"
Line 31:25 Expected ":"
Line 31:53 Expected ":"
Line 32:16 Expected identifier but found whitespace
Line 32:18 Unexpected "{"
Line 32: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 }};
  }