section.legal-policy {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: block;
}
.policy-section {
	width: 100%;
	float: left;
	margin-top: 150px;
	padding-bottom: 30px;
}
.header-section {
	width: 100%;
	float: left;
	padding: 20px 0 40px;
	margin-bottom: 30px;
	position: relative;
}
ul.cooki-list {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
ul.cooki-list li{
	padding: 5px 0 0 30px;
	font-size: 16px;
    line-height: 32px;
    position: relative;

}
ul.cooki-list li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 12px;
    height: 12px;
    top: 15px;
    background-image: url(../images/green_bullet.svg);
}
.legal-head {
	width: auto;
	float: left;
	padding-right: 20px;
	font-size: 26px;
	letter-spacing: 0.52px;
	color: #3C3A3A;
	font-family: "Omnes Semibold";
	font-weight: 400;
}
.sub-head {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.32px;
	color: #FF0000;
	opacity: 1;
}
.header-section:before {
	width: 46px;
	height: 1px;
	background-color: #EEE632;
	height: 2px;
	content: "";
	left: 0; 
	bottom: 10px;
	position: absolute;
}
.legal-content {
	width: 100%;
	float: left;
}
.legal-content p{
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 30px;
}
.legal-content h3{
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0px;
	color: #1DB2E3;
	font-family: "Omnes Semibold";

}

@media screen and (max-width: 1000px){
	section.legal-policy{
		width: 100%;
		float: left;
		padding: 0 80px
	}
}
@media screen and (max-width: 770px){
	section.legal-policy{
		width: 100%;
		float: left;
		padding: 0 40px
	}
	.policy-section {
		width: 100%;
		float: left;
		margin-top: 110px;
		padding-bottom: 30px;
	}
	.button {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}
}