.blog{
	position: relative;
	width: 84%;
	height: 600px;
	left: 8%;
}

.blog .column{
	width: 31%;
	margin: 1%;
	float: left;
	overflow: hidden;
}

.blog .column .container{
	width: 100%;
	height: 215px;
	margin-bottom: 20px;
	overflow: hidden;
}

.blog img{
	width: 100%;
}

.date{
	line-height: 40px;
	color: rgb(120, 120, 120);
}

.blog .tittle{
	position: relative;
	font-size: 19px;
	font-weight: bold;
	color: black;
}

.blog .paragraph{
	font-size: 15px;
	font-family: Poppins-light;
	color: rgb(140, 140, 140);
	margin: 10px 0 10px 0;
}

.blog .likes span{
	font-size: 15px;
	font-family: Poppins-light;
	color: rgb(140, 140, 140);
	margin-right: 20px;
}

.blog .likes i{
	font-size: 15px;
	color: rgb(180, 180, 180);
	margin: 5px;
}