
.smbanner2-outer-wrapper {
    background-size: cover !important;
position: relative;
background-position: right bottom,left top !important;
background-repeat: no-repeat;
background-attachment: fixed;
min-height: 350px;
}

.smbanner2-inner-wrapper {
   
  //  right: 50%;
  //  left: 10%;
 // top: 56%;
//  width:60%;
     
   max-width: 50%;
    
}
.smbanner2-cta a{
background: #fff;
    border-radius: 26px;
    color: #1a4544;
    display: inline;
    margin-top: 20px;
    max-width: 160px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
}
.smbanner2-cover-image{
background-position:left top,center;
background-repeat: no-repeat;
background-size: 15%,cover;
min-height: 350px;
 }
.smbanner2-header-text h1{
  color:#fff;
      font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
  margin:0;
}
.smbanner2-header-text p{
  color:#fff;
      font-size: 14px;
    line-height: 21px;
  width:65%;
  opacity:0.9;
}
.smbanner2-cta {
    padding-top: 30px;
}


@media(max-width:767px){

 .smbanner2-outer-wrapper .smbanner2-cover-image{
    padding-top:150px;
  }
}