/*New Css Start*/
.tech_section {
    padding: 100px 0 150px 0;
}
/*New Css End*/


/*Tech Section */
.machine_learning_trusted_section {
    padding: 120px 0 180px 0;
}
/*Tech Section */
/*---Challenges Solving Css Start---*/
.challenges_solving_2 {
    padding: 100px 0 150px 0;
}
/*---Challenges Solving Css End---*/
/*Development Process Section Css Start */
.development_process_section {
    padding: 173px 0 179px 0;
}
/*Development Process Section Css End */
/*---Faq Css Start---*/
.machine_learning_faq_section {
    padding: 100px 0 0 0;
}
/*---Faq Css End---*/
/*---Responsive Media Query For Tablet Start---*/
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    /*Tech Section */
    .machine_learning_trusted_section {
        padding: 120px 0 120px 0;
    }
    /*Tech Section */

    /*---Challenges Solving Css Start---*/

    .challenges_solving_2 {
        padding: 120px 0 130px 0;
    }
    /*---Challenges Solving Css End---*/
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 120px 0 120px 0;
    }
    /*Development Process Section Css End */
    /*---Faq Css Start---*/
    .machine_learning_faq_section {
        padding: 120px 0 60px 0;
    }

    /*---Faq Css End---*/
}
/*---Responsive Media Query For Tablet End---*/
/*---Responsive Media Query For Mobile Start---*/
@media only screen and (max-width: 767px){

    /*Tech Section */
    .machine_learning_trusted_section {
        padding: 100px 0 100px 0;
    }
    /*Tech Section */
    /*---Challenges Solving Css Start---*/
    .challenges_solving_2 {
        padding: 100px 0 100px 0;
    }

    /*---Challenges Solving Css End---*/
    .tech_section {
        padding: 100px 0 100px 0;
    }
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 100px 0 90px 0;
    }
    /*---Faq Css End---*/
    .machine_learning_faq_section {
        padding: 90px 0 60px 0;
    }
}
/*---Responsive Media Query For Mobile End---*/