/* FAQ */

#neck {
	margin-bottom: 6em;
	padding-top: 150px;
}
#waist {
	padding-top: 0;
}

.post_pane h4.title {
	margin-bottom: 0.75em;
	font-size: 1.65em;
	line-height: 1.5em;
	letter-spacing: 0.15em;
}
#faq_list .faq_q {
	cursor: default;
}

#faq_single .post_pane {
	margin: 0 auto;
	padding: 0 15%;
}
.faq_heading {
	margin-bottom: 3.5em;
	padding-bottom: 2.1em;
	border-bottom: solid 1px #999;
}
.faq_contents h3 {
	margin: 2em 0 0.5em 0 !important;
	font-size: 1.2em;
	font-weight: 500;
}
.faq_contents {
	position: relative;
	padding: 4.5em 4.5em 4.5em 6em;
	font-size: 1.15em;
	line-height: 2.1em;
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
}
.faq_contents::before {
	position: absolute;
	left: 38px;
	left: 55px;
	top: 45px;
	top: 76px;
	content: 'A';
	font-weight: 500;
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
}
