#main section {
	background: #fff;
	border-radius: 5px;
	margin: 30px 3% 40px;
	padding: 40px 10px 10px;
	position: relative;
}

#main .pin {
	position: absolute;
	width: 33px;
	height: auto;
	top: -15px;
	left: 45%;
}

#main h3 {
	display: none;
/* 	background: url('../images/voice_title.png') no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 5px 10px;
	margin: 0 0 15px;
	text-align: center; */
}


article p{
	text-align: center;
}