.news {
  width: 50%;
}

.news article h2 {
  margin: 0;
  padding: 0;
  box-shadow: 0 0;
  outline: 0;
  background-color: rgba(0,0,0,0);
}

.news .feed {
  height: 250px;
  overflow-y: scroll;
  background-color: white;
}