.introImg{
    display: none;
    float:left;
}
.introImg img{
    width:100%;
}
.aboutBanner{
    width:100%;
    text-align:center;
    float:left;
}
.aboutBanner h2{
    background-color:#59B;
    color:white;
    font:900 20px SUIT-Thin, sans-serif;
    padding:15px;
}
.bannerBg{
    background-color:#EEE;
    padding:20px;
    color:#555;
    line-height:200%;
    height:480px;
}
.svgIcon{
    margin:20px auto;
    background:#59B;
    width:150px;
    height:150px;
    border-radius:50%;
    text-align:center;
}
.svgIcon img{
    width:70%;
    margin:22px 0 0 0;
}
@media(min-width:480px){

    
}
@media(min-width:720px){
    .introImg{
        display: block;
        width:33.3%;
    }
    .aboutBanner{
        width:33.3%;
    }
}
@media(min-width:960px){

}
@media(min-width:1280px){
      
}