/** Shopify CDN: Minification failed

Line 17:0 Unexpected "}"

**/
#page__section_banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  	height: 230px;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}  
}
#page__section_banner .container-hero{
	max-width: 299px;
  	margin: 0 auto;
}
#page__section_banner .Heading {
  font-size: 20px;
  font-family: "Futura";
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.05;
  text-align: center;
  margin:0 auto;
  margin-bottom: 20px;  
}
#page__section_banner .hero-content {
  font-size: 15px;
  font-family: "Montserrat";
  color: #FFF
  line-height: 1.2;
  text-align: center;
  margin:0 auto;
}  

@media screen and (min-width: 641px) {
  #page__section_banner {
    height: 320px;
  }
  #page__section_banner .Heading {
      font-size: 40px;
    margin-bottom: 30px;
  }
}