.faq {
	width: 70%;
	display: inline-block;
	margin: 15%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.faq h2 {
	width: 100%;
	padding-bottom: 6px;
	height: auto;
	display: block;
	font-weight: 700;
	font-size: 27pt;
}

.faq h1 {
	min-width: 60px;
	padding: 8px;
	margin-top: 10px;
	width: auto;
	height: auto;
	display: block;
	font-weight: 600;
	font-size: 17pt;
	background: hotpink;
}

.faq p {
	width: 100%;
	margin-bottom: 8px;
	line-height: 18px;   /* within paragraph */
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-word;
	height: auto;
	display: block;
	word-wrap: break-word;
    white-space:pre-wrap;
	margin-top: 3px;
	font-weight: 300;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
}

.faq p strong {
	font-weight: 700;
	font-size: 1.2vw;
	font-family: "Times New Roman", Times, serif;
}