#faq-previous *{
  line-height: 1.5;
}
#faq-previous h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#faq-previous p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#faq-previous a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#faq-previous a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
#faq-previous .bold {
  font-weight: bold;
}
.policy_box {
  margin: 30px 0;
}
.policy_box dt {
  font-size: 18px;
  font-weight: bold;
}
.policy_box ol{
margin: 20px 0 0 40px;
}
.policy_box ol li{
margin-bottom: 15px;
}

