#policy *{
  line-height: 1.5;
}

#policy p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#policy a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#policy a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}