#noticias .noticias-texto-destacado{
    line-height: 2rem;
}

#noticias .icon-news{
	width: 5%;
}

.noticias-texto{
    line-height: 1.5rem;
    font-size: 0.95rem;
    color: #aeaeae;
}

.border-news{
    color: #aeaeae;
}

a.news-link {
    text-decoration: none;
}

a.news-link span{
    color: #3dad4b;
    font-size: 0.85rem;
    font-weight: bold;
}

a.news-link:link span{
    color: #3dad4b;
    font-size: 0.85rem;
    font-weight: bold;
}


a.news-link:hover span{
    color: #2C7C3A;
    font-size: 0.85rem;
    font-weight: bold;
}

.noticias-texto {
    min-height: 200px;
}

@media (max-width: 576px) {
    #noticias .icon-news {
        width: 100%;
    }
}