#wrapper {
	width: 100%;
	height: 100%;
}

.cookie-content p,
.cookie-content span {
	white-space: pre-wrap !important;
}

.banner {
	width: 100%;
	position: relative;
	line-height: 0;
}

.banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	width: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
}

.cookie-content {
	width: 1400px;
	margin: auto;
	padding: 20px 0;
}

.cookie-content p,
.cookie-content span,
.cookie-content a,
.cookie-content h1,
.cookie-content h2,
.cookie-content h3,
.cookie-content h4,
.cookie-content h5 {
	font-family: 'Montserrat' !important;
	padding: 3px 0;
}

@media screen and (max-width: 1440px) {
	.cookie-content {
		width: 1140px;
	}
}

@media screen and (max-width: 1140px) {
	.banner img {
		min-height: 50vh;
	}

	.cookie-content {
		width: 90%;
	}
}