#concept{
	background: rgba(255,255,255,0.8);
	margin: 10px;
	padding: 20px 10px;
}

#concept h3{
	color: #ff72a4;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}

#concept h4{
	color: #7f5a2a;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 30px;
	text-align: center;
}

#concept p{
	border-bottom: 1px dotted #ffcbda;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#concept p em{
	color: #ff568e;
}

#concept p:last-child{
	font-size: 13px;
	line-height: 17px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 15px;
}