.uc_customer_review_box *{
	margin: 0;
	padding: 0;
}
.uc_customer_review_box {
	position: relative;
	background-color: #fff;
	border:3px solid black;
}
.uc_customer_review_box .uc_content {
	display: block;
	padding: 20px 20px 0;
	font: 15px;
	color: #9e9e9e;
	line-height: 26px;
}
.uc_customer_review_box .uc_icon {
	margin: 13px 20px 0;
	font-size: 20px;
	color: #fad12f;
}
.uc_customer_review_box .uc_name {
	margin: 17px 20px 0;
	font: bolder 18px;
	color: #575757;
	line-height: 22px;
}
.uc_customer_review_box .uc_job {
	margin: 4px 140px 0 20px;
	padding-bottom: 19px;
	font: 16px ;
	color: #17bebb;
	line-height: 22px;
}
.uc_customer_review_box .uc_avatar {
	display: block;
	position: absolute;
	right: 28px;
	margin-top: -70px;
	height: 108px;
	width: 108px;
	border: 3px solid black;
	box-sizing: border-box;
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
	.uc_customer_review_box .uc_job {
		margin: 4px 20px 0 20px;
	}
	.uc_customer_review_box .uc_avatar {
		position: relative;
		top: 54px;
		left: 50%;
		right: auto;
		margin: -54px 0 0 -54px;
	}
	.uc_customer_review_box{
		text-align: center;
	}
}