@media screen and (max-width:1400px) {
    html {
        overflow-x: hidden;
    }

    /* Sales Force Automation Page */

    .sales_force_hero_img {
        height: 100%;
        width: max-content;
        margin-right: -1.5rem;
        float: right;
    }


    .sales_blue li,
    .sales_Lblue li {
        height: 30px;
        overflow: hidden;
    }

    .sales_Lblue ul,
    .sales_blue ul {
        padding-left: 0;
    }

    .sales_customers,
    .operation_sec {
        padding-left: 100px;
    }

    .sales_customers img {
        width: 125%;
        height: 650px;
        transform: translateX(-22%) translateY(-7%);
    }

    .sales_Lblue,
    .sales_blue {
        height: 176px;
    }

    /* AR & VR Page */
    .ar_vr_page .ui_ux_boxes,
    .ai_ml_page .ui_ux_boxes {
        min-height: 320px;
    }

    /* .ui_ux_boxes p{
        height: 150px;
        overflow: hidden;
    } */

    /* Mobile App Development Page */

    .ios_application_box {
        gap: 3px;
    }

    .ios_application_box h5 {
        font-size: 19px;
    }

    .web_dev_pg .domain_host_box {
        height: 220px;
    }

}

@media screen and (max-width:1200px) {


    /* Sales Force Automation Page */
    .sales_customers,
    .operation_sec {
        padding-left: 20px;
    }




    .transform_the_way {
        padding-bottom: 3rem;
    }

    .transform_way_imgs {
        margin-top: 0;
        align-items: end;
    }

    .sales_customers,
    .operation_sec {
        padding-left: 0;
    }

    .sales_customers_box {
        height: 176px;
    }

    .operation_sec img {
        width: 100%;
        height: 720px;
        transform: translateX(-1%);
    }


    /* POS - POINT OF SALE Page */

    .transform_business img {
        width: 100%;
    }



    .why_choose_wr .why_point {
        padding-inline: 13px;
    }


    .tagline_sec h2 {
        font-size: 40px;
    }

    .web_dev_pg .domain_host_box,
    .test_pg .domain_host_box {
        height: 200px;
    }

    .digital_market_pg .ui_ux_boxes {
        height: 320px;
    }
}