body {
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  margin: 0;
  padding: 20px;
}

.container {
  background: white;
  max-width: 800px;
  margin: auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  color: #1c95c4;
}

.policy-section {
  margin-bottom: 25px;
}

.policy-section h2 {
  font-size: 20px;
  color: #1c95c4;
  margin-bottom: 8px;
}

.policy-section p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  white-space: pre-line;
}

.policySection {
  font-size: 25px;
  color: #555;
  text-decoration: underline;
}

.texas {
  text-align: left;
  font-size: large;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  margin-top: 20px;
  color: #1c95c4;
}

ul {
  padding-left: 20px;
  color: #555;
  line-height: 1.6;
  white-space: pre-line;
}

p {
  color: #555;
  line-height: 1.6;
  white-space: pre-line;
}

.heading {
  display: flex;
  align-items: center; /* Vertically centers the image */
  justify-content: center; /* Optional: horizontally center image */
  height: 100px; /* Set the desired height */
  background-repeat: no-repeat;
}
