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

#corporate b, #corporate strong {
  font-weight: bolder;
}