#article p {
    margin-bottom: 32px;
}

#article h2,
#article h5 {
    font-weight: 600;
    color: black;
}

#article ol ul {
    margin-bottom: 40px;
}

#article ol ul li {
    list-style-type: none;
}

#article ol>li::marker {
    font-size: 1.25rem;
    font-weight: 600;
}

#article .highlight {
    background-color: #ffe5d1;
    padding: 10px;
    border-left: 4px solid #ff6600;
    margin-bottom: 40px;
}

#article td {
    padding: 7px 25px 7px 0;
}