/* Custom Styles */
.news_container {
  
    width:100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 3px;
}
.news {
    position: absolute;
    left: 0px;
    top: 0px;
}
#example3 .text {
  padding: 10px 25px;

  border-top: 1px solid #ccc;
  font-size:15px
  }