
div.title {
	background-image: url(images/title_bg.jpg);
}

div.qa {
	background: white;
	border: 3px solid #e3e3e3;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 40px 50px;
}

div.qa:last-child {
	margin: 0;
}

div.qa h2 {
	font-size: 20px;
	margin: 0 -10px;
	padding: 11px 0 20px 40px;
	text-align: justify;
}

div.qa h2 span {
	background-color: #b81117;
	border-radius: 10px;
	color: white;
	margin-right: 10px;
	padding: 10px 15px;
}

div.qa div.answer {
	background-size: 40px;
	border: 1px solid #c4c4c3;
	border-radius: 8px;
	padding: 30px 80px 20px 80px;
}

div.qa div.answer h3 {
	text-align: justify;
}

div.qa div.answer h3 span {
	background-color: #709fb5;
	border-radius: 10px;
	color: white;
	margin-right: 10px;
	padding: 10px 15px;
}
