.blog-item{
    background: #fff;
    /*border:1px solid #eceece;*/
    padding:15px;
    margin-bottom: 20px;
}

.blog-item .blog-title{
    font-size: 24px;
    font-weight: 700;
    color:#000;
}

.blog-item .desc{
    padding:10px 0;
}

.blog-item .desc img{
    max-width: 100%;
}


@media(min-width: 769px) {
	.blog-items-container .blog-item:nth-child(3n+1){
		clear: both;
	}
}
