body{
    background: #fff !important;
}
.header{
    text-align: center;
    padding: 15px 0;
    background: #F8F8F8;
}

.content{
    background: #fff;
}
.content .banner{
    padding: 50px 0;
    text-align: center;
}
.contact{
    padding: 50px 0 100px;
    text-align: center;
}
.contact h1{
    margin-bottom: 50px;
}
.contact img{
    margin-bottom: 10px;
}
.contact p{
    margin-bottom: 10px;
}
.footer{
    text-align: center;
    padding: 15px 0;
    background: #F8F8F8;
}