.policy-container { 
	color: black;
	font-family: Roboto,Helvetica, Arial, sans-serif;
}

img#app-icon{
	display: block;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	border-radius: 50%;
}

#project_name_tr_arabic{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}

#project_name_arabic{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin-top: 0px;
}

.last-update {
	height:20px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top:20px;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}

.important{
	text-align: center;
    text-decoration: underline;
    color:black;
}

.policy_paragraph{
	text-align: justify;
	line-height: 20px;
	margin:0 auto;
	margin-bottom: 20px;
	font-size: 14px;
}

.policy_sub_paragraph{
	text-align: justify;
	line-height: 20px;
	margin:0 auto;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
}

.policy_sub_paragraph_n{
	text-align: justify;
	line-height: 20px;
	margin:0 auto;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
}

#policy_list{
	text-decoration: numbering;
	margin:0 auto;
	padding:0;
}

.list_items{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;	
}

.list_sub_items{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;		
}

.list_sub_items_n{
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;		
}

#policy_list>.policy_paragraph{
	text-align: justify;
	line-height: 20px;
	margin:0 auto;
	width:100%;
	margin-bottom: 20px;	
	padding: 0;
}

@media screen and (min-width: 768px) {
	img{
		height: 120px;
		width: 120px;
	}

	.policy_paragraph{
		line-height: 30px;
		font-size: 14px;
	}

	.policy_sub_paragraph{
		line-height: 30px;
		font-size: 14px;
	}

	.policy_sub_paragraph_n{
		line-height: 30px;
		font-size: 14px;
	}

	.list_items{
		font-weight: bold;
		font-size: 16px;
	}

	.list_sub_items{
		font-size: 14px;
	}

	.list_sub_items_n{
		font-size: 14px;
	}

	#policy_list>.policy_paragraph{
		line-height: 30px;
		width:100%;
	}	
}