.article-content * {
    font-family: Roboto;
    font-style: normal;
    color: #333;
    margin-bottom: 9px;

}
.article-content h2 {
    color: #DE774A;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.article-content h3,
h4 {
    color: #333;
    /* Subheader */
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.article-content p, li{
    color: #333;
    font-size: 16px;
    font-weight: 350;
    line-height: 26px;
}
.article-content li{
    list-style-position: inside;
}
.article-content figcaption{
    display: none;
}
.article-content a {
    text-decoration: underline;
    color: #de774a;
}
