.article{
    margin-top: 2rem;
}
.article .content_article h2{
    font-weight: bold;
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
    color: #151519;
    padding: 3rem 0; 
}
.article .content_article h3{
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-align: left;
    color: #151519;
    padding: 3rem 0; 
}
.article .content_article h4{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: left;
    color: #151519;
    padding: 3rem 0; 
}
.article .content_article h5{
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 2.4rem;
    text-align: left;
    color: #151519;
    padding: 3rem 0; 
}
.article .content_article h6{
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: left;
    color: #151519;
    padding: 3rem 0; 
}
.article .content_article a{
    font-weight: 500;
    color: #00d8ff;
}
.article .content_article ul{
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 4rem;
}
.article .content_article li{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1rem; 
    list-style-type: decimal;
    margin-left: 3.5rem;
}
.article .content_article li u{
    font-weight: 400;
}
.article .content_article strong{
    font-weight: bold;
}
.article{
    width: 100%;
    height: 100%;
}
.article .content_article{
    width: 100%;
    height: 100%;
    margin-bottom: 5rem;
}
.article .content_article p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1rem; 
}
table{
    margin: 2rem 0;
    width: 100%;
}
table tr{
    /* width: 100%; */
    justify-content: space-between;
    /* display: flex; */
    /* border: 0.15rem solid #1c1a37; */
    border-bottom: unset;
}
thead table{
    border-bottom: unset;
}
table tr:last-child{
    border-right: 0.15rem solid #1c1a37;
}
table tr td,
table tr th{
    /* width: 100%;
    display: flex; */
    justify-content: center;
    border-left: 0.15rem solid #1c1a37;
    border-bottom: 0.15rem solid #1c1a37;
    padding: 1rem;
}
table tr td{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: left;
    color: #1c1a37;
}
table tr th{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: left;
    color: #1c1a37;
    border-top: 0.15rem solid #1c1a37;
}
table tr td:last-child,
table tr th:last-child{
    /* border-left: unset; */
    border-right: 0.15rem solid #1c1a37;
}