﻿.box-bg-term{
    height:200px;
}

.topic{
    position: relative;
}

.topic .topic-toc h6{
        font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.topic .topic-toc ul{
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 40px;
}

.topic .topic-toc ul li {
    margin-bottom: 0px;
}

.topic .topic-toc ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.topic .topic-toc ul li a {
    font-size: 14px;
    color: #3D565F;
    line-height: 32px;
}
.topic .topic-content p{
    line-height:24px;
}
.topic .topic-content ul{
    list-style: disc;
    padding-left: 25px;
}
.topic .topic-content h3{
    color: #024430 !important;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
}