.contacts-page {
}

.contacts-page .form_field_label {
    display: none;
}

.contacts-page_top {
    background-image: url("/wp-content/themes/newexchanger/images/about-top_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-page_top__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
    padding: 70px 0;
}

.contacts-page_top-title {
    font-size: 24px;
    font-weight: 700;
    color: #F46227;
}
.contacts-page_top-col a {
    display: block;
    color: #fff;
}
.contacts-page .cf_div_title_ins {
    color: #F46227;
}
@media(max-width: 767px){
    .contacts-page_top__inner {
        flex-direction: column;
        max-width: 100%;
        padding: 70px 20px;
    }
    .contacts-page .cf_div_ins {
        padding: 0 20px;
    }
    .contacts-page_top-title {
        margin-bottom: 30px;
        text-align: center;
    }
    .contacts-page_top-col a {
        font-size: 18px;
    }

}