.news-items .item .item-box
{
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width:991px) {
  .news-items .item .item-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}