#cookie_pages_header {
    text-align: center;
    height: 200px;
    background-color: #ffe500;
    display: flex;
    align-items: center;
}
#cookie_pages_header h1 {
	font: bold 32px/40px 'Barlow', sans-serif;
	width: 48%;
	margin: 0 auto;
}
.cookie_wrapper {
    padding: 60px 150px;
    word-wrap: break-word;
}
.cookie_wrapper p {
	margin-bottom: 0;
}
.cookie_wrapper a {
    color: #000!important;
    text-decoration: underline!important;
}
.cookie_wrapper a:hover {
    color: #000;
}

/*404 page styles*/
#cookie_pages_header h1.not_found_header {
	font: bold 100px/100px 'Barlow', sans-serif
}
.not_found_img {
	max-width: 360px;
	width: 100%;
	height: auto;
}

@media (max-width: 990px) {
	.cookie_wrapper {
	    padding: 30px 15px;
	}
}

@media (max-width: 767px) {
	#cookie_pages_header {
		height: 150px;
	}
	#cookie_pages_header h1 {
	    font: bold 28px/36px 'Barlow', sans-serif;
	    width: 85%;
	}
	.cookie_wrapper h3 {
	    font: 600 20px/30px 'Barlow', sans-serif;
	}
	#cookie_pages_header h1.not_found_header {
		font: bold 55px/60px 'Barlow', sans-serif
	}
	.not_found_img {
		max-width: 201px;
	}
}