  .main-content > div.columns:last-of-type section.msm-news 
.news-feed-item{
  clear: both;
}

.main-content > div.columns:last-of-type section.msm-news h2 {
    display: none;
}

.main-content > div.columns:last-of-type section.msm-news img {
    float: left; padding-right: 10px;
	width: 120px;
    height: auto;
    padding-bottom: 10px;
}
.main-content > div.columns:last-of-type section.msm-news h3 {
    margin-top: 0;
}
.main-content > div.columns:last-of-type section.msm-news p {
  display: none;
} 
.main-content > div.columns:last-of-type .msm-news ul li:nth-of-type(1n) a div span {
  color: #1a3f8a;
}