.news_article_content h1 {
    color: #000000;
    font-family: "roboto_m", Sans-serif;
    font-size: 40px;
    line-height: 1.2em;
}
.news_article_banner figure img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: bottom;
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}
.news_article_img figure img {
    width: 80%;
    height: 405px;
    margin: auto;
}
.news_article_img {
    text-align: center;
}
.news_article_img2 figure img {
    width: 80%;
    height: 540px;
    margin: auto;
}
.news_article_img2 {
    text-align: center;
}
.news_artice_center figure img {
    width: 100%;
}
.news_article_content p {
    line-height: 36px;
    font-family: "roboto_r";
    margin: 2rem 0;
    /* text-align: justify; */
    color: #000000;
    font-size: 20px;
}
.news_article_content {
    padding: 3rem 0px;
}

@media (max-width: 576px) {
    .news_article_content .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
    }
    .news_article_content .col-md-7 {
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
    }
}
