
/*Tech Section Start */
.tech_animation_section {
    padding: 100px 0 200px 0;
}
/*Tech Section End */
/*Trusted Partner Section Start*/
.trusted_partner_section {
    padding: 150px 0 150px 0;
}
/*Trusted Partner Section End*/
/*Development Process Section Css Start */
.development_process_section {
    padding: 173px 0 179px 0;
}
/*Development Process Section Css End */

/*--- Feature Section Css Start */
.feature_section_padding {
    padding: 100px 0 100px 0;
}
/*--- Feature Section Css End */
/*---Faq Css Start---*/
.data_lake_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) {

    .col_6_center {
        grid-column: 2 / span 10;
        margin: 0 auto;
    }
    /*Trusted Partner Section Start*/
    .trusted_partner_section {
        padding: 120px 0 120px 0;
    }
    /*Trusted Partner Section End*/
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 120px 0 140px 0;
    }
    /*Development Process Section Css End */
    /*Tech Section Start */
    .tech_animation_section {
        padding: 120px 0 150px 0;
    }
    /*Tech Section End */
    /*feature section start */
    .feature_section_padding {
        padding: 120px 0 60px 0;
    }
    /*feature section end */
    /*---Faq Css Start---*/
    .data_lake_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){
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 100px 0 80px 0;
    }
    /*Development Process Section Css End */
    /*Trusted Partner Section Start*/
    .trusted_partner_section {
        padding: 100px 0 100px 0;
    }
    /*Trusted Partner Section End*/
    /*Tech Section Start */
    .tech_animation_section {
        padding: 100px 0 100px 0;
    }
    /*Tech Section End */
    /*feature css start */
    .feature_section_padding {
        padding: 100px 0;
    }
    /*feature css end */
    /*---Faq Css Start---*/
    .data_lake_faq_section {
        padding: 100px 0 60px 0;
    }
    /*---Faq Css End---*/
    /*.data_lake_wcb_section .card {*/
    /*    min-height: 180px;*/
    /*}*/
}
/*---Responsive Media Query For Mobile End---*/