@import url(https://fonts.googleapis.com/css?family=Raleway);

/*CORPORATE*/

h2{
   color: #2089ca;
}
#bg{
	background-color:#fafafa;
}
#corporate{
    background-image: url(../img/Corporate.png);
    background-repeat: no-repeat;
    background-position:top;
    font-family:'Raleway';
    text-align: center;
    margin-top: 50px;
    padding-top: 270px;
    
    padding-bottom: 40px;
    
}

/* WHY Bilateral*/

#Why{
    background-image: url(../img/Why.png);
    background-repeat: no-repeat;
    background-position:top;
    font-family:'Raleway';
    text-align: center;
    margin-top: 60px;
    padding-top: 260px;
    padding-bottom: 40px;
    
}