.hero-banner{
  position: relative;
}
.hero-header{
  margin: 225px 0 65px;
  position: relative;
}
.hero-header:before{
  content: '';
  height: 1px;
  width: 65px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.hero-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(0,0,0,.4); */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.1) 100%);
}

@media (max-width:769px){
  .hero-banner .container{
    padding: 0 30px !important;
  }
}
