#content_aeb h2 {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 0.5em;
	text-transform: uppercase;
}

#content_aeb h3 {
    font-size: 1.2em;
    text-align: left;
    margin-top: 0;
    margin-bottom: .5em;
    text-transform: capitalize;
}

#content_aeb h4 {
    font-size: 1em;
    padding: 0em 1em 0em;
}

p {
    padding-bottom: 1em;
    font-size: 1em;
}

#content_aeb strong {
    font-weight: bold;
}

#content_aeb ul {
    list-style: disc;
}

#content_aeb li {
    padding-inline-start: .3em;
    margin-left: 1em;
}

#content_aeb li p {
    padding-bottom: .5em;
}

#content_aeb .break-word {
    word-break: break-all;
    list-style: disc;
    margin-left: 0;
}
.break-word h5 {
    text-decoration: underline;
    font-weight: normal;
}
/* #content_aeb .break-word li::before {
    content: "-";
    margin-right: 1em;
    font-weight: 400;

} */

#content_aeb * {
    line-height: 1.5;
}

#content_aeb address {
    padding-bottom: 1em;
}