h1,
h2 {
  color: #333;
}
h1 {
  font-size: 2em;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.5em;
  margin-top: 20px;
}
h3 {
  font-size: 20px;
}
p {
  color: #555;
  margin: 10px 0;
}
ul {
  margin: 10px 0;
  padding-left: 20px;
}
.anu-li li {
  margin-bottom: 8px;
  color: #555;
}
.faq {
  margin-top: 30px;
}
.contact {
  margin-top: 30px;
  padding: 15px;
  background: #007bff;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.contact a {
  color: #fff;
  text-decoration: underline;
}
.styled-list li {
  list-style-type: disc !important; /* Change bullet style: disc, circle, square */
  margin-left: 20px; /* Add left margin for indentation */
  padding-left: 10px;
  font-size: 16px;
  color: #333;
}

.styled-list li {
  margin-bottom: 10px; /* Add space between list items */
  line-height: 1.6; /* Adjust line height for better readability */
}
