@media (max-width: 767px) 
{
    .carousel-item img
    {
        height: 500px;
        width: auto !important;
    }    

    .carousel-caption
    {
        top: 40%;
    }

    .about-software
    {
        margin: 30px auto;
    }

    #mobile
    {
        background-image: none !important;
        background-color: rgb(248, 248, 248);
        padding-bottom: 50px;
        padding-top: 20px !important;
        margin: 0 !important;
    }

    #mobile img
    {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .pricing
    {
        margin: 50px 0 !important;
    }

    .contact
    {
        margin: 50px 0 !important;
    }

    #about-software
    {
        margin: 0 auto !important;
    }

    #plans 
    {
        padding: 10px 10px !important;
    }

    #testimonials .carousel
    {
        padding: 0px !important;
    }

    #testimonials .carousel .carousel-control
    {
        margin-top: -130px !important;
    }
}

@media(max-width: 1024px) {
    .margin-mobile-b {
        margin-bottom: 10px;
    }
}

@media(width: 768px) {
    .images-app {
        display: none !important;
    }

    #mobile {
        padding-top: 50px !important;
    }

    .responsive-img-app {
        display: block !important;
    }
}

@media(width: 1366px) {
    .images-app {
        margin-top: -10% !important;
    }
}

@media(width: 1024px) {
    .carousel-caption {
        top: 44%;
    }

    .images-app {
        margin-top: -7% !important;
    }

    .images-app .pcprint {
        width: 800px;
    }

    .images-app .mobileprint {
        width: 250px;
    }
}

