/** Shopify CDN: Minification failed

Line 17:12 Unexpected "{"
Line 17:21 Expected ":"
Line 21:12 Unexpected "{"
Line 21:21 Expected ":"
Line 25:12 Unexpected "{"
Line 25:21 Expected ":"
Line 31:12 Unexpected "{"
Line 31:21 Expected ":"
Line 39:12 Unexpected "{"
Line 39:21 Expected ":"
... and 4 more hidden warnings

**/

  .section-{{ section.id }} .container-inner {
    max-width: 1150px;
    margin: 0 auto;
  }
  .section-{{ section.id }} .container {
    padding: 0 20px;
    text-align: center;
  }
  .section-{{ section.id }} .line {
    height: 10px;
      margin: 0 auto 20px;
      display: block
  }

  .section-{{ section.id }} h2 {

    font-family: 'Brenton Sans', sans-serif !important;
    margin-bottom: 15px;
    font-weight: 600;
      line-height: 1;
  }

  .section-{{ section.id }} .sub-heading {
    margin: 40px 0;
      line-height: 1.2;
      font-family: 'Brenton Sans', sans-serif !important;
  }

  .section-{{ section.id }} .desc {
    margin-bottom: 40px;
    line-height: 1.2;
      letter-spacing: normal;
      font-family: 'Brenton Sans', sans-serif !important;
  }
.video-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 95%;
    border-radius: 30px;
    padding-bottom: 56.25%;
}
  @media(max-width: 768px) {
    .section-{{ section.id }} iframe {
      height: 220px;
    }
    .sub-heading {
    margin: 20px 0;
    }
  }