.ContentDos{
    margin-top: 150px; /* Ajusta el valor según la altura de tu menú */    
    display: flex; /* Utilizamos display: flex en el contenedor padre */
    justify-content: center; /* Centramos horizontalmente */
    align-items: center; /* Centramos verticalmente */        
}

.DivClientes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 350px;
    width: 80%;
}

.DivTxtCleintes{
    width: 100%;
    align-content: center;
    align-items: center;
}


@media (max-width: 768px) {
    .DivAnalisis {
        display: flex;
    }
    .DivAnalisis {
        width: 100%;
        height: auto;
    }
    .DivImgAnalisis {
        display: none; /* Oculta elemento1 */
    }
}

.TxtCleintes{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
    text-justify: center;
}