/*Full width*/

.full-width {
	margin-bottom: 6em;
	padding: 4.5em 0 5.7em;
	position: relative;
	background: #F0F0F0;
	text-align: center;
}

.full-width h2 {
	line-height: 1.45;
}

.full-width .content h2 {
	font-weight: 450;
}

.full-width .content a {
	color: #1C68AF;
}

.full-width.full-width-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.full-width.full-width-bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.full-width .button {
	max-width: 15.3em;
}