@media (min-width: 992px) and (max-width: 1199px)  {
    .careerfy-footer-widget .col-md-12 {
        width: 100% !important;
    }
    .careerfy-fancy-title h2{
        line-height: 50px  !important;
    }
}

/**      **/
@media (min-width: 768px) and (max-width: 991px) {
    .careerfy-footer-widget .col-md-12 {
        width: 100% !important;
    }
    .values_wrapper .vc_col-sm-5{
        width:100% !important;
    }
    .values_wrapper .vc_col-sm-7{
        width:100% !important;
    }
}

/**      **/
@media (max-width: 767px)  {

    .footer_wrapper {
        display: block !important;
    }

    .footer_wrapper .copy_txt,
    .footer_wrapper .menu_link {
        width: auto;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .footer_wrapper .copy_txt {
        margin-bottom: 10px;
        text-align: center
    }

    .footer_wrapper .menu_item {
        flex-direction: row;
        justify-content: center;
    }

    .footer_wrapper .menu_item li {
        margin: 0 10px;
    }

    .menu_link {
        flex-shrink: 0;
        overflow-x: auto;
    }

    .careerfy-footer-widget .col-md-12 {
        width: 100% !important;
    }
}