 .top_txt_policy{
	 position:absolute;
	 font-size:36px;
	 font-weight:bold;
	 letter-spacing:0.3em;
	 color:#fff;
	 top:45%;
	 left:50%;

	     transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
	 
 }
 

.policy {
	width:1100px;
	max-width:100%;
	margin:0 auto;
	text-align:left;
	padding:50px;

}


.policy h2{
	color:#0087af;
	font-weight:bold;
	margin-bottom:20px;
	font-size:1.2em;

	
	
	
}
.naked{
		font-size:0.8em;
		line-height:1.8;
	
}

ul li{
	margin-left:30px;
		
	
}
.stripe{ 
  position: relative;
  padding: 0.1em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, #0087af, #0087af 2px, white 2px, white 4px);
}
