@media(max-width:1400px) {

    .alpana_about_new .about_main {
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .alpana_about_new .about_main .about_left {
        width: 560px;
        top: 0;
        margin-top: -86px;
        /* top: 10px; */
    }

    .alpana_about_new .about_main .about_right {
        height: auto;
        /* width: 560px; */
        /* padding-left: 40px; */
        width: 600px;
        padding-left: 30px;
        /* border: 2px solid red; */
    }

    .alpana_about_new .about_main .about_left .about_left1 .about_top_img img {
        bottom: 103px;
        left: -247px;
    }

    .alpana_about_new .about_main .about_left .about_left1 {
        left: 35px;
    }

    .alpana_about_new .about_main .about_left .about_left1 .about_bottom_img img {
        width: 260px;
        left: -230px;
        top: -207px;
    }

    .alpana_about_new .about_main .about_left .about_left2_top .about_left2 img {
        left: -90px;
        width: 275px;
        top: -160px;
    }

    .alpana_about_new .about_main .about_left .about_left2_top .about_textbox {
        width: 275px;
        left: -90px;
        top: 241px;
    }
}

/* @media(max-width:1320px){
   .alpana_about_new .about_main .about_left{
    width: 620px;
} 
} */

@media(max-width:1200px) {
    .alpana_about_new .about_main {
        flex-wrap: wrap;
    }

    .alpana_about_new .about_main .about_left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-top: 10px; */
        /* padding-top: 20px; */

    }

    .alpana_about_new .about_main .about_right {
        margin-top: 614px;
        padding: 0px;
        width: 705px;
    }

    .alpana_about_new .about_main .about_left .about_left1 {
        left: -2px;
        top: 96px;
    }

    .alpana_about_new .about_main .about_left .about_left2_top .about_left2 {
        top: -46px;
    }

    .alpana_about_new .about_main .about_left .about_left2_top .about_left2 img {
        top: 148px;
        width: 333px;
        left: 18px;
    }

    .alpana_about_new .about_main .about_left .about_left1 .about_top_img img {
        /* top:20px; */
        bottom: -160px;
        left: -372px;
    }

    .alpana_about_new .about_main .about_left .about_left1 .about_bottom_img img {
        top: 60px;
        left: -348px;
        width: 333px;
    }

    .alpana_about_new .about_main .about_left .about_left2_top .about_textbox {
        top: 557px;
        width: 333px;
        left: 18px;
    }
}