.page-header {
	background-image: url("../images/faq.jpg");
	position: relative;
}
.page-header::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .5);
}

.page-header a:hover {
	border-bottom: 2px solid #1D75BC;
}

.faq-entry {
	margin: 50px 0;
}
.faq-entry:first-child {
	margin-top: 0;
}
.faq-entry:last-child {
	margin-bottom: 0;
}