.ul_product {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Fakt Pro Blond';
	float: left;
	width: 100%;
	border-bottom: 1px solid #c5c5c5;
}
.ul_product li {
	padding-left: 22px;
	position: relative;
	margin-bottom: 20px;
}
.ul_product li:before {
	content: '';
	display: block;
	background: url(../images_v3/ul_product.jpg) center center no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 6px;
	top: 9px;
}
.testim_h1 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0 20px 0;
	float: left;
	width: 100%;
}
.testim_name {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	float: left;
	width: 100%;	
}
.testim_text {
	font-size: 18px;
	color: #000;
	font-family: 'Fakt Pro Blond';	
	float: left;
	width: 100%;
	line-height: normal;
	padding-bottom: 20px;
}
.testim_box {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	font-size: 0;
}
.google_review { 
	width: 100%;
}	
.google_review_mobile {
	display: none;
	width: 100%;
}
@media only screen and (max-width: 1023px) {
	.ul_product, .testim_h1 { font-size: 18px; }
	.testim_name, .testim_text { font-size: 16px; }
}
@media only screen and (max-width:767px) {
	.google_review { display: none; }
	.google_review_mobile { display: block; }
}	