
#header-bg {
	background: url(images/header_bg.jpg) no-repeat center top;
	height: 250px;
}

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

div.qa div.q p {
font-weight: 600;
font-size: 20px;
}

div.qa div.q p strong {
   color: #41c9b4;
	padding-right: 10px;
	font-size: 22px;
}