
/*PRIVACY POLICY*/
.privacy-policy section.content_sect {
	margin-bottom:90px;
}
.privacy-policy section.content_sect h2 {
	font-size: 2em;
    margin-bottom: 20px;
    padding-top: 10px;
}
.privacy-policy section.content_sect h2:first-of-type {
    padding-top: 0px;
}

/*404 PAGE*/
/*header*/
.error404 header.page-header{
	padding-top:30px;
	margin-bottom:70px;
	position: relative;
	overflow: unset;
}
.error404 header.page-header .white-x-half-narrow{
	bottom:-320px;
}
.error404 header.page-header h1 {
	font-weight: 500;
    font-size: 3em;
    margin-bottom: 20px;
}
.error404 header.page-header p {
    margin-bottom: 0px;
    font-size: 1.5em;
    max-width: 1130px;
    line-height: 1.7;
}
/*page content*/
.error404 section.page-content{
	margin-bottom:90px;
}
.error404 section.page-content .widget {
    padding-right: 30px;
    max-width: 530px;
}
.error404 section.page-content .widget h2 {
    font-size: 2.1em;
    margin-bottom: 20px;
}
.error404 section.page-content .widget ul{
	padding-left:30px;
	list-style-type: disc;
	margin-bottom:30px;
	line-height: 1.5;
	font-size: 1.1em;
}
.error404 section.page-content .widget ul li{
	margin-bottom:10px;
}
.error404 section.page-content .widget ul li::marker {
    color: #60033b;
}
@media only screen and (min-width: 1920px) {	
}
@media only screen and (max-width: 1600px) {
	.error404 header.page-header .white-x-half-narrow{
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.error404 section.page-content .widget {
    	padding-right: 0px;
    	max-width: unset;
		margin-bottom:60px;
	}
}
@media only screen and (max-width: 769px) {
}
@media only screen and (max-width: 576px) {
	.error404 header.page-header h1 {
		font-size: 2.7em;
		margin-bottom: 10px;
	}
	.error404 header.page-header p {
		font-size: 1.4em;
	}
	.error404 section.page-content .widget h2 {
		font-size: 2em;
	}
}
