.tech_section {
    padding: 100px 0 150px 0;
}
/*--- Platform Section Css Start */
#powerful-capabilities {
    background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/sql-server-analysis/image1.webp);
}
#scalability-for-data {
    background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/sql-server-analysis/image2.webp);
}
#seamless-integration {
    background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/sql-server-analysis/image3.webp);
}
/*--- Platform Section Css End */
/*Tech Section */
.server_analysis_trusted_section {
    padding: 120px 0 180px 0;
}
/*Tech Section */
/*Development Process Section Css Start */
.development_process_section {
    padding: 173px 0 179px 0;
}
/*Development Process Section Css End */
/*---Faq Css Start---*/
.server_analysis_faq_section {
    padding: 120px 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) {

    .platform_section {
        padding: 120px 0 120px 0;
    }

    /*Tech Section */
    .server_analysis_trusted_section {
        padding: 120px 0 120px 0;
    }
    /*Tech Section */

    /*Development Process Section Css Start */
    .development_process_section {
        padding: 120px 0 120px 0;
    }
    /*Development Process Section Css End */
    /*---Faq Css Start---*/
    .server_analysis_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){
    /*--- Platform Section Css Start */
    .platform_section {
        padding: 100px 0 80px 0;
    }
    #powerful-capabilities {
        background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/sql-server-analysis/image1-mobile.webp);
    }
    #scalability-for-data {
        background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/sql-server-analysis/image2-mobile.webp);
    }
    #seamless-integration {
        background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/sql-server-analysis/image3-mobile.webp);
    }
    /*!*--- Platform Section Css End *!*/
    /*Tech Section */
    .server_analysis_trusted_section {
        padding: 100px 0 100px 0;
    }
    /*Tech Section */

    .tech_section {
        padding: 100px 0 100px 0;
    }
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 100px 0 100px 0;
    }

    .server_analysis_faq_section {
        padding: 100px 0 60px 0;
    }
    /*---Faq Css End---*/
}
/*---Responsive Media Query For Mobile End---*/