.news-article-single a:link::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
    content: "\f1ea";
    margin-right: 15px;
    color: #900;
}

.news-article-single a:link {
    color: #000 !important;
}

.news-article-single {
    border-bottom: 1px solid #000;
}