.blog-content{
	overflow: hidden;
	position: relative;
	height: 200px;
        margin-bottom:20px;
}
.left-info{
	height: 100%;
	position: absolute;
	display: table;
}

.left-cont-inner{
	display: table-cell;
	vertical-align: middle
}


.right-img{
    float:right;
    display: inline-block;
    width: 34%;
    text-align: center;
}
.left-info{
    float:right;
    width: 57%;
}
.left-info p{
    color: #919195;
    margin-bottom: 20px;
}