.content h1 {
    font-weight: 700;
}
.content h2 {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.content h3 {
    text-align: left;
    font-size: 25px;
    font-weight: 500;
}
.content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}
.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color);
}
.content p a {
    font-weight: 700;
    text-decoration: underline;
}
.content ol {
    margin-left: -25px;
}
.content ul {
    margin-left: -10px;
}