.banner-overlay{
  background-color: #33475b;
  background: -moz-linear-gradient(top, rgba(51, 71, 91, 0.40) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(51, 71, 91, 0.40) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(top, rgba(51, 71, 91, 0.40) 0%, rgba(0, 0, 0, 1) 100%);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.new-banner {
  position: relative;
}

section.new-banner .content {
  padding: 105px 1.5rem;
  float: none!important;
  background-color: gray;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
section.new-banner .content .text-wraper {
  z-index: 3;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}

section.new-banner .content .text-wraper a{
  color:#fff;
}
section.new-banner .content .text-wraper a.cta {
  border: 1px solid;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.6rem;
  margin-top: 15px;
  transition: all 0.5s ease:
}
section.new-banner .content .text-wraper a.cta:hover {
  background-color:#FF9900;
  border:1px solid #FF9900;
}

@media screen and (max-width:1200px){
  section.new-banner .content {
    max-width: initial !important;
    padding-bottom: 120px;
    text-align: center;
  }


}

@media screen and (max-width: 576px){
  section.new-banner .content {
    padding-top: 15%;
  }

}
