.information {
	background: url("../img/bg-information.svg") center center/cover no-repeat;
	background-blend-mode: multiply;
	background-color: #4d4d4d;
	color: #fff;
	padding: 1rem;
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	line-height: 1.2;
	position: relative;
}
.information p, .information ol, .information ul {
	margin-bottom: 1.25rem;
	font-size: 0.875;
	line-height: 1.2;
}
.information li {
	margin-bottom: 0.25rem;
}
.information p {
	padding: 0;
}
.information h4 {
	margin: 0;
}
.information strong {
	font-family: "AvenirNextDemi", Arial, sans-serif, Arial, sans-serif;
}
.information a {
	color: #7ea7cc;
}
.information a:hover {
	color: #a3c0da;
}
.information .overlay {
	background: #000;
	opacity: 0.75;
}

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

.information a {
	color: #7ea7cc;
}

.information a:hover {
	color: #b5cce2;
}