.news-heading{
    padding-top: 30px;
}
.news-heading h2{
    font-weight: bolder;
    text-align: center;
}
.news-heading .news-span{
    color: #FF2525;
}
.news-alerts {
    width: 100%;
    height: 130px;
    padding: 10px;
    overflow: hidden;
}
.news-alerts .mask {
    position: relative;
    left: 0;
    top: 10px;
    width:100%;
    max-height: 130px;
    overflow: hidden;
}

.news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.news-alerts ul li {
    padding: 10px 10px;
    color: #FF2525;
}
li .date{
    color: black;
    padding-right: 5px;
    font-weight: bold;
}
.news-alerts ul li:hover {
    color: #333;
}
@media only screen and (max-width: 576px){
    .news-heading h2{
        font-size: 18px;
    }
}
