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

/*---Challenges Solving Css Start---*/
.challenges_solving {
    padding: 100px 0 130px 0;
}
#image1 {
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/aws-athena/image1.webp");
}
#image2 {
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/aws-athena/image2.webp");
}
#image3 {
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/aws-athena/image3.webp");
}
#image4 {
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/aws-athena/image4.webp");
}
/*---Challenges Solving Css End---*/

/*Development Process Section Css Start */
.development_process_section {
    padding: 180px 0 20px 0;
}
/*Development Process Section Css End */

/*---Faq Css Start---*/
.adf_faq_section {
    padding: 100px 0 0 0;
}
/*---Faq Css End---*/


.page_separator_plan_black {
    width: 0;
    height: 0;
    border-left: 100vw solid #12141d;
    border-bottom: 10vw solid #12141d;
    margin-top: -6.1vw;
}

/*---Responsive Media Query For Tablet Start---*/

@media only screen and (min-device-width: 768px) and (max-device-width: 992px){

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

    /*---Challenges Solving Css Start---*/
    .challenges_solving {
        padding: 120px 0 130px 0;
    }
    /*---Challenges Solving Css End---*/

    /*Development Process Section Css Start */
    .development_process_section {
        padding: 120px 0 60px 0;
    }
    /*Development Process Section Css End */

    /*---Faq Css Start---*/
    .adf_faq_section {
        padding: 100px 0 40px 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 */
    .adf_trusted_section {
        padding: 100px 0;
    }
    /*Tech Section */

    /*---Challenges Solving Css Start---*/
    .challenges_solving {
        padding: 100px 0 80px 0;
    }
    /*---Challenges Solving Css End---*/

    /*Development Process Section Css Start */
    .development_process_section {
        padding: 100px 0 80px 0;
    }
    /*---Faq Css End---*/
    .adf_faq_section {
        padding: 80px 0 60px 0;
    }
}

/*---Responsive Media Query For Mobile End---*/