.fas
{
    margin-right:4px !important; /*override*/
}

.pagination .fas
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#007bff;
}

.card ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
.demo1 {
    height: 360px !important;
  }
.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555;
}
.news-item:hover {
    background: #DDD;
  }
.news-item td a
{
color: black;
font-weight: 700;
}
.news-item .news-pdf:hover
{
    background: linear-gradient(60deg,#054586,#00ace8 );
}