.widget_cms_recent_posts{
	.cms-post-item{
		padding-bottom: 30px;
		&:last-child{
			padding-bottom: 0;
		}
	}
	.cms-post-title{
		font-size: 16px;
		line-height: 23px;
		max-height: 69px;
		overflow: hidden;
	}
}