.red-text-bold-underline {
  color: red !important;
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
  }
  
  .black-link-bold {
  color: black !important;
  font-weight: bold !important;
  }
  
  .section-margin-bottom {
  margin-bottom: 1.5em !important;
  }
