#div_newsfeed {
   height: 400px;
   overflow-y: scroll;
   margin-bottom: 12px;
   background: rgb(222,235,247);
   padding: 15px;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px;
   border-bottom-left-radius: 7px;
   border-bottom-right-radius: 7px;
}

.text-red {
    color: #a50f15!important;
    font-size: 1.5rem;
}
.text-blue {
    color: #045a8d!important;
}
.news-feed-heading {
    font-size: 1.5rem !important;
}
.news-heading-intro {
    font-size: 1.25rem!important;
}
.text-black {
  color: #000 !important;
}

.fullbar-item:hover {
  background: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .in-news {
    font-size: 1.5rem !important;    
  }

  .news-feed-heading {
    font-size: 1.50rem !important; 
  }
  .feed-item-heading {
    font-size: 1.25rem !important;
  }
  .news-heading-intro {
    font-size: 1rem !important;
  }
}
