
div.bg-fpc {
	background: #fde9ac url(images/fpc_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 30px 0;
}

div.bg-fpc div.white-box {
	position: relative;
}

div.bg-fpc div.white-box h3 {
	background: #f2ab06;
	border-radius: 10px;
	color: white;
	font-size: 1.6em;
	left: 50%;
	padding: 5px 15px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 500px;
}