.content {
    padding-top: 140px;
}

.container-contact {
    padding: 97px 104px 240px;
    background: #f9f9f9;
}

.container-contact .title {
    font-size: 36px;
}

.container-contact .title:before {
    content: "";
    display: block;
    width: 620px;
    height: 4px;
    margin-bottom: 57px;
    background: #c11905;
}

.container-contact .text {
    font-size: 16px;
    line-height: 170%;
    margin: 0;
    color: #333;
}

.container-contact .desc {
    font-size: 16px;
    color: #999;
}