.bg-software {
    /*min-height: 51vh;*/
    padding: 0rem 2rem;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    /* Sin imagen en mobile */
}

.image-mobile{
    display: block; 
    min-height: 300px;
    background-repeat: no-repeat; 
    background-position: right;
    background-size: cover;
    border-width: 0px;
    border-style: solid;
    background-image: url("/assets/img/services/software-development/software-development-cover.png");
}


/* Mostrar imagen solo en pantallas a partir de 768px */
@media (min-width: 768px) {
    .bg-software {
        padding: 2rem;
        background-image: url("/assets/img/services/software-development/software-development-cover.png");
    }
}

/* Mobile: Image above text, centered - Same size as system-analysis.html (120px) */
@media screen and (max-width: 767px) {
    .row.justify-content-center.py-4 > .col-md-6 {
        margin-bottom: 1.5rem;
    }

    .row.justify-content-center.py-4 > .col-md-6 img.imgs-services {
        max-width: 120px;
        height: auto;
    }
}