.DivServicio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 280px;
    width: 80%;
}
.DivTxtServ {
    width: 65%;
    margin-left: 10px;
    text-justify: center;
}
.DivImgServ {
    width: 50%;
}
.DivImgAnalisis {
    width: 50%;    
}
@media (max-width: 768px) {
    .DivServicio {
        display: flex;
    }
    .DivTxtServ {
        width: 100%;
        height: auto;
    }
    .DivImgServ {
        display: none; /* Oculta elemento1 */
    }
}
ul {
    list-style-type: square;
    margin-left: 40px;
}
li{
    color: black;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

.TextServicios {
    color: black;
    font-size: 20px;
    font-family: Arial, sans-serif;
    padding: 10px;
    margin: 10px;
}