.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: disc;
}
.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; 
}