@media (max-width: 1550px) {
    .fields_inner, .reach_out_inner {
        width: 70%!important;
    }

    .reach_out_button {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .fields_practice_container, .reach_out_inner {
        width: 45%;
    }
}

@media (max-width: 1025px) {
    .fields_inner {
        width: 95%!important;
    }

    .fields_practice_inner, .reach_out_inner {
        width: 100%!important;
    }
}

@media (max-width: 780px) {
    .reach_out_button {
        width: 75%;
    }
}

@media (max-width: 750px) {
    .fields_practice_container, .reach_out_inner {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .fields_inner {
        width: 100%!important;
    }

    .reach_out_button {
        width: 100%;
    }
}