#about_previous *{
  line-height: 1.5;
}
#about_previous h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#about_previous p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#about_previous a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#about_previous a:hover {
  color: #0056b3;
  text-decoration: underline !important;
}
#about_previous .bold {
  font-weight: bold;
}

