/* MAIN STYLES */
.contact_form_wrap {
    background-color: #969787;
}
.contact_form_image_block {
    background-image: url("/images/image_05.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.treatment_block {
    background-color: #dfcaab;
    background-image: url("/images/image_64.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
}