html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
body {
  /* background: #eee; */
  background-color: #e6edee;
}
.main-con {
  margin: 0 auto;
  margin-top: 8.4rem;
  max-width: 1200px;
  margin-bottom: 2rem;
}
.container {
  width: 100%;
  border-radius: 15px;
}
header {
  padding: 1rem 0;
}

header h2 {
  margin: 0;
  font-size: 2rem;
}

/* Privacy Policy Main Section */
.privacy-policy {
  background-color: #fff;
  padding: 40px;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  font-family: "Arial", sans-serif; /* Use a clean, readable font */
}

/* Section Styling */
.privacy-policy section {
  margin-bottom: 30px;
}

.privacy-policy section h3 {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 10px;
}

.privacy-policy section p {
  font-size: 1.4em; /* Slightly larger than the default size for readability */
  color: #555; /* Softer gray text for body content */
  margin-bottom: 20px;
  text-align: justify; /* Align text for a clean look */
}

.privacy-policy section ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 1.3em;
}

.privacy-policy section li {
  /*   font-size: 1.29em; */
  color: #555;
  margin-bottom: 10px;
}
.bold {
  color: grey;
  font-weight: bolder;
}
