#nuestro-trabajo {
    padding-left: 5vw;
    background-image: url('../images/trabajos_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-evenly;
}

#tarjeta-trabajo {
    width: 40%;
    height: min-content;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: start;
    padding: 2% 2% 2% 2%;
}

#tarjeta-trabajo p {
    white-space: pre-wrap;
}

#ejemplo-scada {
    width: 25vw;
    height: 50vh;
    background-image: url('../images/ejemplo.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    #nuestro-trabajo {
        flex-direction: column;
        padding-top: 100px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        box-sizing: border-box;
        height: min-content;
    }

    #ejemplo-scada {
        width: 70%;
    }

    #tarjeta-trabajo {
        width: 90%;
    }
}

@media screen and (max-width: 390px) {
    #ejemplo-scada {
        display: none;
    }
}
