*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#terms .cookie-txt h1{
	margin-bottom: 20px ;
}
#terms .cookie-txt h1 span{
 color: #ff9606;
}

#terms .cookie-txt{
	padding: 30px 0px;
	color: #47484A;
}


/**** responsive ---**/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#terms .cookie-txt{
		padding: 30px 20px !important;
		color: #47484A;
	}
}