.starsblock {
	width: 100%;
	max-width: 100%;
	margin: 40px auto 0 auto; 
	font-size: 0;
}
.stars_block {
	width: 25%;
	display: inline-block;
	border-radius: 10px;
	max-width: 222px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); 
	margin: 0 10px;	
}
.stars_block:nth-child(1) {
	margin-left: 0;
}
.stars_block:nth-child(4) {
	margin-right: 0;
}
.text_block {
	background: #fff;
	padding: 15px 12px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.text_block span {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 23px;
	position: relative;
	display: block;
	margin-bottom: 5px;
}
.text_block span:before {
	content: '';
	background: url(images/stars.png) center center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
}	
.text_block p {
	font-size: 13px;
	font-family: Arial;
	margin: 0;
}
@media (max-width: 1023px){
	.stars_block  { display: block; margin: 20px auto !important; width: 100%; }
}	