.cuerpo {
    font-family: 'Roboto', sans-serif;
    color: #2E2E2E;
    line-height: 130%;
    font-size: 16px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
   } 


.titulares {
    font-family: 'Roboto', sans-serif;
    color: #2E2E2E;
    line-height: 130%;
    font-size: 16px;
    padding: 20px;

} 

h4{
    font-family: 'Armata', sans-serif;
    letter-spacing: 1px;
    color: #2ECCFA;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}

article ul {
    list-style: none;
    padding:0;
    margin:0;
}

article li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

article li:before {
    content: "• ";
    color: #2ECCFA; /* or whatever color you prefer */
}
