.header{
    position: relative;
    background-color: #910D10;
}
#home-contact{
    background-color: #910d10;
    color: white;
    margin-bottom: 0;
    padding: 0px;
}

.cjsc-well{
    margin-top: 50px;
    background: rgba(18,125,64,1);
    background: -moz-linear-gradient(left, rgba(18,125,64,1) 0%, rgba(85,180,70,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18,125,64,1)), color-stop(100%, rgba(85,180,70,1)));
    background: -webkit-linear-gradient(left, rgba(18,125,64,1) 0%, rgba(85,180,70,1) 100%);
    background: -o-linear-gradient(left, rgba(18,125,64,1) 0%, rgba(85,180,70,1) 100%);
    background: -ms-linear-gradient(left, rgba(18,125,64,1) 0%, rgba(85,180,70,1) 100%);
    background: linear-gradient(to right, rgba(18,125,64,1) 0%, rgba(85,180,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127d40', endColorstr='#55b446', GradientType=1 );
    color: white;
    font-size: 2em;
    padding: 200px 0;
}
.about{
    margin: 30px 0 20px 0;
}
.about .box{
    background-color: white;
    padding: 40px 20px;
}
.about img{
    max-width: 100%;
}