body{
    background-color: #ffffff;
}

.contact-content {
    margin: 60px auto 60px;
    padding: 60px 45px;
    width: 1000px;
    /*box-shadow: 0 2px 6px 0 rgba(201, 196, 196, 0.5);*/
    color: #666;
    font-weight: 300;
    font-size: 14px;
}
.contact-content .col-lg-6 .con-t{
    height: 240px;
}
.con-img{
    width: 400px;
}

.contact-content > p {
    margin-top: 30px;
    line-height: 1.7;
    color: #333;
    letter-spacing: 1px;
}