.policy-page {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.8;
}

.policy-page h1 {
  font-weight: 700;
  color: #000;
}

.policy-page h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #dc3545;
  margin-bottom: 1rem;
}

.policy-page ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.policy-page ul li {
  margin-bottom: 0.5rem;
}

.policy-page a {
  color: #dc3545;
  text-decoration: underline;
}

.policy-page a:hover {
  color: #b02a37;
  text-decoration: none;
}

.policy-page .btn {
  transition: all 0.3s ease-in-out;
}

.policy-page .btn:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}
