*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
}

.privacy-outer{
    margin: 15px auto;
    max-width: 940px;
  
    box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
    border-radius: 6px;
}
.privacy-header {
    /*background-color: #51b851;*/
    padding: 40px 25px;
    border-radius: 6px 6px 0px 0px;
}
.privacy-header .heading{
    text-align: center;
    font-size: 32px;
    /*color: #fff;*/
	color: #ffbf00;
	display:inline-block;
	float:left;
	margin-top: 20px;
    margin-left: 90px
}
.privacy-header .logo{
	float:left;
	width:120px; 
	height: 80px;
}
.privacy-content{
    padding: 20px;
}
.privacy-inner h3{
    margin: 20px 0px 15px;
    font-size: 24px;
    color: #0c0c0c;
    font-weight: 500;
}
.privacy-inner p{
    line-height: 23px;
    color: #8b8383;
    font-weight: 500;
}
.privacy-inner ul{
    padding-left: 30px;
}
.privacy-inner ul li{
    line-height: 30px;
    color: #8b8383;
}
