.new_conts .title {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    font-family: 'syhtmedium';
}

.new_conts .text_details {
    color: #999999;
    font-family: 'syhtreg';
    font-size: 14px;
    margin-top: 22px;
    border-bottom: 1px dashed #999999;
    padding-bottom: 8px;
}

.new_contact {
    padding: 40px 50px;
    border-bottom: 1px dashed #999999;
}

.new_contact p {
    text-indent: 2em;
    color: #666666;
    line-height: 36px;
    font-size: 16px;
    font-family: 'syhtreg';
}

.new_contact img {
    display: block; 
    max-width: 85%;
    height:auto;
    margin: 33px auto!important;
}

.new_btns {
    padding: 60px 50px 0 50px;
}
.new_btns a:hover{
    color: #9f0702;
}


.new_btns>* {
    margin-bottom: 15px;
    font-family: 'syhtreg';
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.new_btns span {
    color: #9f0702;
}

@media (max-width:900px) {
    .new_contact {
        padding: 30px;
    }
}

@media (max-width:600px) {
    .new_conts .title {
        font-size: 16px;
    }
    .new_conts .text_details {
        font-size: 12px;
    }
    .new_contact p {
        font-size: 14px;
        line-height: 26px;
    }
    .cont_row .right {
        width: 100%;
    }
    .new_contact {
        padding: 10px 15px;
    }
    .new_btns {
        padding: 20px;
    }
    .new_btns>* {
        font-size: 12px;
    }
    .new_contact img {
        margin: 15px auto;
    }
}