ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.section-white-cover:after {
	background-color: rgba(255, 255, 255, 0.7);
}
.section-content {
	position: relative;
}
.section-dark {
	color: #343434;
}
.section-dark h1, .section-dark h2, .section-dark h3 {
	color: #000;
}
.section-header {
	text-align: center;
	padding-bottom: 15px;
}
