.information {
	width: 100%;
	background: url("../img/bg-information.svg") center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 18px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.information .information-title,
.information .information-content {
	position: relative;
	z-index: 11;
}
.information p {
	margin-bottom: 20px;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
}
.information ol, .information ul {
	margin-bottom: 20px;
}
.information h4 {
	margin: 0;
}
.information strong {
	font-family: "AvenirNextDemi", Arial, sans-serif, Arial, sans-serif;
}
.information .overlay {
	background: #000;
}

.information h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.25;
	display: block;
	margin-bottom: 20px;
}