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