.page-content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
}
.page-content h1 {
    color: #101828;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2;
}
.page-content h2, h3, h4, h5, h6 {
    color: #101828;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 32px;
}
.page-content p {
    color: #101828;
    margin-bottom: 10px;
}
.page-content strong {
    font-weight: 500;
}
.page-content a {
    color: #007E46;
    font-weight: 500;
}
.page-content>ul {
    margin-right: 16px;
}
.page-content>ul>li {
    margin-bottom: 5px;
    color: #101828;
}
::marker {
    color: #007E46;
}
