 header
 {
	    top: 22px !Important; 
 }
 
  header.sticky
 {
	     top: 0px !Important;  
 }
 
 .privacy-policy-section .header-text h2
 {
	font-size: 38px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 28px;
	margin-top: 15px;
 }
.privacy-policy-section
{
	max-width: 1050px;
	padding: 160px 15px 30px 15px;
    margin: 0 auto;
}


.privacy-policy-section p
{
	font-weight: 300 !important;
    font-size: 16px;
}

.privacy-policy-section p b
{
	color: #545454;
    font-size: 21px;
	    font-weight: 600;
}
 
.privacy-policy-section span strong
{
	color: #545454;
    font-size: 18px;
	font-weight: 400 !important;
}
 
.privacy-policy-section span
{
	color: #545454;
    font-size: 18px;
	font-weight: 300 !important;
}
 
@media screen and (max-width: 500px) {
		
	.privacy-policy-section h2
	{
		font-size: 42px;
	}	

		.privacy-policy-section
	{
		max-width: 1050px;
		padding: 125px 15px 30px 15px;
		margin: 0 auto;
	}
 
	.privacy-policy-section .header-text h2
	{
	   font-size: 32px;
	   margin-bottom: 18px;
	}

	.privacy-policy-section ul
	{
	 	padding-left: 25px;
	}  
 }