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

/*Tech Section Start */
.aws-cloud_trusted_section {
    padding: 100px 0 200px 0;
}
/*Tech Section End */


/*why choose us section Start*/
.wcb_aws_cloud {
    padding: 140px 0 50px 0;
}
/*why choose us section End*/


/*Development Process Section Css Start */
.development_process_section {
    padding: 173px 0 0 0;
}
/*Development Process Section Css End */
/*---Faq Css Start---*/
.aws-cloud_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) {

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

    /*Tech Section Start */
    .aws-cloud_trusted_section {
        padding: 120px 0 120px 0;
    }
    /*Tech Section End */

    .wcb_aws_cloud {
        padding: 120px 0 60px 0;
    }
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 120px 0 30px 0;
    }
    /*Development Process Section Css End */
    /*---Faq Css Start---*/
    .aws-cloud_faq_section {
        padding: 100px 0 60px 0;
    }
}
/*---Responsive Media Query For Tablet End---*/
/*---Responsive Media Query For Mobile Start---*/
@media only screen and (max-width: 767px){

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

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

    /*Tech Section Start */
    .aws-cloud_trusted_section {
        padding: 80px 0 80px 0;
    }
    /*Tech Section End */
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 100px 0 50px 0;
    }
    /*Development Process Section Css End */
    /*---Faq Css Start---*/
    .aws-cloud_faq_section {
        padding: 80px 0 60px 0;
    }
    /*---Faq Css End---*/

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