@media only screen 
and (max-width : 770px){
	
	.blog-item{
		width: 350px !important;
	}
	
}