:root {
    --ul-icon: "\f00c";
}

.page {}

.page h1 {
    padding: 2px;
    margin-bottom: 3px;
    font-size: 1.855rem;
    font-weight: 800;
    color: #232323;
}

.page h2 {
    padding: 2px;
    margin-bottom: 3px;
    font-size: 1.555rem;
    font-weight: 800;
    color: #232323;
}

.page h3 {
    padding: 2px;
    margin-bottom: 3px;
    font-size: 1.355rem;
    font-weight: 800;
    color: #232323;
}

.page .p-des {
    text-indent: 40px;
    font-weight: normal !important;
}

.page ul.ul-icon {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.page ul.ul-icon li {
    position: relative;
    padding-left: 1.6em;
}

.page ul.ul-icon li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: var(--ul-icon);
    position: absolute;
    left: 0;
    color: #22c55e;
}