.item_content>.text_wrap_info{
	padding: 60px 80px;
	box-shadow: 0 0 21px rgba(65, 67, 169, 0.3);
	border-radius: 5px;
}
.text_wrap_info>.text_info{
	line-height: 35px;
	margin-top: 20px;
}
.item_content>.img_wrap{
	left: -360px;
}
.item_content>.text_wrap{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 80px;
}
.item_content>.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_item{
	display: table-cell;
	width: 400px;
}
.top80{
	padding-top: 80px;
}
.vertricalTop{
	vertical-align: top;
}
.wrap_item>.text_info{
	padding: 45px;
	line-height: 24px;
	
}
.wrap_item > .item_text{
	margin-top: 40px;
	line-height: 30px;
}
.item_text:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f10c";
	margin:0 10px 0 -20px;
	
}