/* .hero-landing-pgs-01m {
  background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 335px !important;
} */

/* .hero-landing-pgs-01m .banner-overlay {
  min-height: 400px;  
  display: flex;
  margin-top: 20px;
  padding-bottom: 50px;
} */

/* .hero-landing-pgs-01m .banner-header {
  display: flex;
  flex-direction: column;
  justify-content: end;
} */

@media (max-width: 991px) {
/*   .hero-landing-pgs-01m .banner-header {
    margin-left: 20px !important; */
/*     width: 460px !important; */
/*     line-height: 1;
    margin-top: 26px; */
  }
}

/* .hero-landing-pgs-01m .line {
  display: -webkit-flex;
  display: flex;
}

.hero-landing-pgs-01m .line:after {
  content: '';
  clear: both;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 0;
  border-width: 1px 0;
  margin-left: 22px;
} */

/* @media (max-width: 767px) {
  .hero-landing-pgs-01m {
    background-image: none !important;
  }
}*/

/* .van {
margin-left: 20%;
} */

/* @media (max-width: 767px) {
.van-banner {
 background-position: center;
 background-size: cover;
  }
} */

.banner-header{
width:px;
}

@media (min-width: 979px) {
.van {
align-items: start !important;
}

.banner-header {
padding-top: 5% !important;
}
}

@media (max-width: 767px) {
  .banner-header{
  width: 100%;
  }
  .banner-header button {
  background-color: black;
  color: white;
  }
}

#cta {
     background-color: #fbad17;
    border: 0 solid #fbad17;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    padding: 14px 40px;
    text-decoration: none;
    text-transform: uppercase;
  margin-top: 10px;
}




