@media screen and (min-width: 1280px){
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy{
        position:relative;
        width:1140px;
        left:50%;
        text-align:justify;
        margin-left:-570px;
        margin-bottom:30px;
    }
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h1,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h2,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h3,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h4,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h5{
        text-align:left;
		margin-top:20px;
        font-family: "serpentine-bold";   
        position: relative;
        padding-top: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px){
	.cde_theme.content.module>.desktop>.element>.cde_theme.privacy{
        position:relative;
        width:684px;
        left:50%;
        text-align:justify;
        margin-left:-342px;
        margin-bottom:30px;
    }
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h1,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h2,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h3,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h4,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h5{
        text-align:left;
		margin-top:20px;
        font-family: "serpentine-bold";   
        position: relative;
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px){
	h1{
		font-size: 20px;	
	}
	h2{
		font-size: 18px;	
	}
	.cde_theme.content.module>.desktop>.element>.cde_theme.privacy{
        position:relative;
        width:294px;
        left:50%;
        text-align:justify;
        margin-left:-147px;
        margin-bottom:30px;
		font-size: small;
    }
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h1,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h2,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h3,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h4,
    .cde_theme.content.module>.desktop>.element>.cde_theme.privacy h5{
        text-align:left;
		margin-top:20px;
        font-family: "serpentine-bold";   
        position: relative;
        padding-top: 20px;
    }
}