*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#cookie .top-img {
	background-image: url('../images/webnew-images/blogs/demand_generation.png');
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#cookie .cookie-txt h1 span{
 color: #ff9606;
}

#cookie .cookie-txt{
	padding: 30px 0px;
	color: #47484A;
}


/**** responsive ---**/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#cookie .cookie-txt{
		padding: 30px 20px !important;
		color: #47484A;
	}
}