.introAlign{
    white-Space: pre-line;
    text-Align: justify;
  }
.contentAlign{
    margin-left: 30px;
}
.hdrNo{
    float: left;
    width: 30px;
}
.hdr{
    display: inline-block;
    max-width: 92.5%;
}
.hdr2{
    display: inline-block;
    max-width: 85%;
}
.testAlign{
    float: right;
}
.dash-list{
    list-style-type: none;
}
.dash-list li::before {
  content: "– "; /* Adds an en dash character and a space before each list item */
  /* You can use a hyphen-minus '-', an en dash '–', or an em dash '—' */
}
