@charset "utf-8";
/* CSS Document */

#Privacy_policy{
  display:block;
  width:70%;
  margin: 8% auto 10%;
}

#Privacy_policy h2{
  border-bottom: solid 1px #C89640;
  margin-bottom: 30px;
}

#Privacy_policy ul{
  list-style-type: disc;
  margin: 0 0 3rem 2rem;
}

.p-info{
  background-color: #F9F6EF;
  padding:8% 5%;
  text-align: center;
  margin-bottom: 70px;
}


@media screen and (max-width:499px){
  
  #Privacy_policy{
  width:90%;
  margin: 20% auto;
  }
  
}