/* блок с элементом */
div.item-item {

	display: table;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2%;
	height: auto;

	overflow: hidden;



}
div.item-item .item-img {
	float: left;
	margin-right: 33px;
}
div.item-item .item-text {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	width: 88%;
}

div.item-item a {

	display: block;

	font-size: 14pt;


}
div.item-item p {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;

}
/* блок с элементом */