.treatment-rich-text {
    color: #212529;
    max-width: 66ch;
}

.treatment-rich-text p,
.treatment-rich-text li {
    margin-bottom: .875rem;
    font-size: 16px;
}


.treatment-rich-text li {
    margin-bottom: .5rem;
}

.treatment-rich-text p:first-of-type {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    color: hsl(210, 21%, 25%);
}

.treatment-rich-text h2 {
    margin-top: var(--_spacing---halfnote);
    margin-bottom: var(--_spacing---eighthnote);
    color: var(--brand-dark);
    font-family: Andada Pro, sans-serif;
    font-size: 1.675rem;
    font-weight: 400;
    line-height: 1.3;
}

.treatment-rich-text h2 +p:has(strong em) {
  margin-top: -.5rem
}

.treatment-rich-text h2 +p:has(strong em) em {
    font-style: normal;
    color: var(--brand-dark);
        font-size: 1.125rem;
}

.treatment-rich-text h2 +p:has(strong em) strong {
    font-weight: 500;
}

.treatment-rich-text a:link,
.treatment-rich-text a:hover,
.treatment-rich-text a:visited {
    color: #212529;
}