@media screen and (max-width: 1024px) {
    .getApp-inner-cntnt{
        width: 100%;
        padding: 0 20px;
    }

    .getApp-sec-main .abs-img{
        top: -80px;
        left: -80px;
    
        width: 250px;
    }

    .getApp-sec-main .getApp-abs-img2{
        position: absolute;
        top: 170px;
        left: 72%;
        z-index: -1;
    
        width: 300px;
        height: auto;
    }

    .getApp-sec-head .item-span-head .left-img{
        width: 120px;
        left: 20px;
    }
    
    .getApp-sec-head .item-span-head .right-img{
        width: 120px;
        right: 20px;
        top: 0px;
    }
}


@media screen and (max-width: 480px) {
    .getApp-inner-cntnt{
        width: 100%;
        padding: 0 10px;
    }
    .getApp-sec-main .abs-img{
        top: -100px;
        left: -80px;
    
        width: 200px;
    }

    .getApp-sec-main .getApp-abs-img2{
        display: none;
    }

    .getApp-sec-head .item-span-head .left-img{
        width: 100px;
        left: -20px;
        top: -60px;
    }
    
    .getApp-sec-head .item-span-head .right-img{
        width: 100px;
        right: -20px;
        top: -60px;
    }
}