

#title h1 {
	position: relative;
}

#title h1 span.q {
	margin-right: 40px;
}

#title h1 span.and {
	bottom: 40px;
	font-size: 40px;
	left: 150px;
	position: absolute;
}

div.qa {
	background: white;
	border-radius: 10px;
	padding: 30px 50px;
}

div.qa p.q {
	background-color: #31b1be;
	border-radius: 3px;
	color: #f2f1e6;
	font-size: 12px;
	font-weight: 500;
	margin: 0 -20px;
	text-align: center;
}

div.qa h2 {
	border-bottom: 2px solid #eeeeee;
	color: #4ac0ca;
	font-size: 25px;
	line-height: 1.5em;
	padding: 20px 0;
}
