.content_info{
    display: flex; 
	flex-direction: column; 
	justify-self: center; 
	align-items: center; 
	background: rgba(255, 255, 255,1);
	padding-top: 60px;
}
.privacy, .service{
	max-width: 1200px;
    font-size: 16px;
	color: #000;
	letter-spacing: 0px;
	line-height: 1.8em;
	margin-top: 40px;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 16px;
	padding-left: 16px;
  }
.content_item_1{
	margin-bottom: 6%;
}  
h2{
	font-size: 36px;
	color: #ff3399;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 14px;
	text-align: center;
  }
h3{
  font-size:20px;
  color:#000;
  font-weight:500;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
}
p{
  font-size: 18px;
  margin-top:4%;
  margin-bottom:4%;
}
ul{
  margin-bottom:1em
}
li{
  margin-bottom:1.5em
}
.content_item_2{
	margin-top: 1%;
	margin-bottom: 2%;
	padding-left: 2em;
}
.content_item_2 li{
  margin-bottom:1em
}

@media only screen and (max-width: 768px) {
.privacy, .service{
    font-size: 14px;
	margin-top: 30px;
	margin-bottom: 6%;
  }
h2{
	font-size: 26px;
	color: #ff3399;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-align: center;
  }
p{
  font-size: 14px;
  margin-top:6%;
  margin-bottom:6%;
}
}