html,body{
    background: #fff;
}
.banner-section{
    background: url('../img/index/banner.png') no-repeat ;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 200px;
    height:450px;
}
.banner-section .hero-logo{
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}
.banner-section .text-wrapper{
    width: 420px;
    height: 620px;
    /* padding-left: 650px; */
    padding-top: 50px;
    /* background: url('../img/index/banner-1.png') no-repeat; */
    border-radius: 10px;
    /* margin:0 auto; */
}
.banner-section h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    text-align: center;
    color:#333;
}
.banner-section p{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    color:#333;
}
.img-wrapper{
    
    
}
.img-wrapper .img-container{
    width: 1200px;
}
.img-wrapper .img-container img{
    width: 100%;
    height: 100%;
}