
/*--- Platform Section Css Start */
#performance-and-efficiency {
    background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image5.webp);
}
#cost-management {
    background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image6.webp);
}
#cloud-based-strategy {
    background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image7.webp);
}
/*--- Platform Section Css End */

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

.challenges_solving {
    padding: 100px 0 200px 0;
}
#image1 {
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image1.webp");
}
#image2 {
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image2.webp");
}
#image3 {
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image3.webp");
}
#image4 {
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image4.webp");
}
/*---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---*/
.azure_sql_server_faq_section {
    padding: 120px 0 0 0;
    margin-top: -2px;
}
/*---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: 100px 0 120px 0;
    }

    /*---Challenges Solving Css Start---*/
    .challenges_solving {
        padding: 120px 0 120px 0;
    }
    /*---Challenges Solving Css End---*/
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 120px 0 100px 0;
    }
    /*Development Process Section Css End */
    /*---Faq Css Start---*/
    .azure_sql_server_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: 80px 0 100px 0;
    }
    #performance-and-efficiency {
        background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image5-mobile.webp);
    }
    #cost-management {
        background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image6-mobile.webp);
    }
    #cloud-based-strategy {
        background-image: url(https://www.brickclay.com/wp-content/themes/brickclay/assets/images/azure-sql-server/image7-mobile.webp);
    }
    /*---Platform Section Css End--- */

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