*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html {
  font-size: 16px;
}
.privacy_policy {
  background: #fff;
  font-family:Georgia, 'Times New Roman', Times, serif;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333336;
}
h2 {
  text-align: center;  
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 33px;
}
h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 1% 0 0 1%;
}
p {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1% auto;
  width: 95%;
  line-height: 1.5;
}
section {
  background-color: #eee;
  height: 100%;
  width: 85%;
  margin: 1% auto ;
  border-radius:30px;
  padding: 0.5%;
}
button {
  font-size: 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin: 2% auto;
}
button:hover {
  border-bottom: 3px solid;
  color: #555
}




@media screen and (min-width: 961px) and (max-width: 1060px) {
  html {
    font-size: 14.25px;
  }
}

@media screen and (min-width: 1061px) and (max-width: 1160px) {
  html {
    font-size: 14.42px;
  }
}

@media screen and (min-width: 1161px) and (max-width: 1260px) {
  html {
    font-size: 14.6px;
  }
}

@media screen and (min-width: 1367px) {
  .privacy_policy {
    max-width: 1366px;
    margin: 0 auto;
  } 
}
@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 830px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 700px) {
  html {
    font-size: 10px;
  }
  section {
    border-radius:20px;
  }
}

@media screen and (max-width: 590px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 490px) {
  html {
    font-size: 8px;
  }  section {
    border-radius:15px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 8px;
  }
  section {
    border-radius:10px;
  }
}


@media screen and (max-width: 360px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 8px;
  }
  .privacy_policy {
    max-width: 320px;
    margin: 0 auto;
  } 
}
