.article-page-inside {
    padding: 10px;
}

.content br {
    display: none;
}

.yellow .article-left div {
    font-size: 1.2rem;
    line-height: 2.0;
    max-width: 670px;
    font-family: "Inria Serif", serif;
}

.yellow .article-left p {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.yellow .content h2, h3{
    font-weight : 900
}

.yellow .main-content h3 {
    font-size: 1.4rem !important;
    color: black !important;
    font-weight: 700;
}

.yellow .content-article h1 {
    font-size: 1.7rem !important;
    color: black !important;
    line-height: 35px !important;
}

.yellow #read-more-btn {
    cursor: pointer;
    background: none;
    color: blue;
    border: none;
    margin-left: 37%;
}

.yellow .article-left strong {
    font-weight: 700;
    color: black;
}

.yellow .article-left ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.yellow .article-left li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.yellow .article-left ::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}