
@media screen and (max-width:415px) {
    .heading-115 {
        font-size: 25px;
    }

}

@media screen and (max-width:1500px) {
    .software_img1 {
        
        top: 90px !important;
        left: 50px !important
    }

    .software_img2 {
        left: 0px !important;
       top: -50px !important
    }
    

}

@media screen and (max-width:540px) {
    .software_img1 {
        left: -15px !important
    }
}


@media screen and (max-width:479px) {
    .w-col-5 {
        width: 95% !important;
    }
}

@media screen and (max-width:780px) {
    .w-container {
        padding-left: 10px;
    }
}