
.hero-section{
    background: url('../img/index/banner.png') no-repeat ;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 280px;
    height:850px;
}
.hero-section h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.hero-section p{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    color:#fff;
}
.img-wrapper{
    background: #fff;
    padding:50px 0 100px 0;
}
.img-wrapper .img-container{
    width: 1200px;
}
.img-wrapper .img-container img{
    width: 100%;
    height: 100%;
}