.pub-section{
	position:relative;
	background:#111;
	background-image:var(--pub-bg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pub-overlay{
	background:linear-gradient(
		to bottom,
		rgba(3,21,12,.55),
		rgba(3,21,12,.28) 30%,
		rgba(3,21,12,.28) 70%,
		rgba(3,21,12,.55)
	);
}
.pub-content{
	min-height:520px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:4rem 0;
}
.pub-content .section-description{
	max-width:760px;
	margin:1.5rem auto 0;
	font-size:1.25rem;
	line-height:1.7;
	color:#f0f0f0;
	margin-top:2rem;
}
.pub-content span{
	color:#ffbf22;
	font-weight:700;
}
.pub-content .section-title{
	text-shadow:
		0 3px 10px rgba(0,0,0,.55),
		0 8px 35px rgba(0,0,0,.75);
}
.pub-content .section-description{
	text-shadow:
		0 2px 8px rgba(0,0,0,.75);
}
.pub-content .section-description span{
	color:#ffbf22;
	font-weight:700;
	text-shadow:
		0 2px 8px rgba(0,0,0,.8);
}