.policy-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
}
body{
	background:#080712;
}

section.privacy-top {
	padding-bottom: 80px;
}

section.privacy-top  h3 {
	color: #FFF;
	font-family: var(--fontRoboto);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	margin-bottom:8px;
	
}
section.privacy-top  h4 {
	color: #F5F5F5;
	font-family: var(--fontRoboto);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom:8px;	
}
section.privacy-top  b{
	font-family: var(--fontRoboto);
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}
section.privacy-top ul li {
    list-style: disc;
    margin-left: 1rem;
}
section.privacy-top  p, section.privacy-top  ul, section.privacy-top  a{
	font-family: var(--fontRoboto);
	color: #B4B2B2;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom:36px;
}


@media screen and (max-width:767px) {
    .policy-banner {
        padding: 140px 0px 100px 0px;
    }
	
	section.privacy-top  h3 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom:16px;
	
	}
	section.privacy-top  h4 {
	font-size: 16px;
	line-height: 24px;	
}
	section.privacy-top  b{
	font-size: 16px;
	line-height: 24px;
	}
	section.privacy-top  p, section.privacy-top  ul{
	font-size: 16px;
	line-height: 24px;
	margin-bottom:16px;
	}
}