.page-node-type-article .content-top-highlighted * {
    color: #fff !important;
}

/*Moible body fix*/

@media only screen and (max-width: 600px){
article.node.node--type-article {
    margin-left: 16px;
    margin-right: 16px;
}
}