/* section.universal_sec {
    background: linear-gradient(180deg, #428c9c52, #428c9c52),
        url(../img/newsarticle/newarticlebg.webp) no-repeat;
    background-size: cover;
    background-position: center;
} */
.news_article_sec {
    padding: 2rem 0 3rem;
}
.news_card_wrapper .card-body {
    padding-left: 0;
}

.news_card_wrapper p {
    color: #54595f;
    font-family: "roboto_r";
    font-size: 17px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_card_wrapper .btn {
    font-family: "Archivo", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    fill: #000000CF;
    color: #000000CF;
    background-color: #ff6d12;
    border-radius: 0px 0px 0px 0px;
    border: 0;
    text-transform: capitalize;
    padding: 7px 22px;
}
.news_card_img_wrapper img {
    width: 100%;
    height: 177px;
    object-fit: fill;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 4px solid #88858e;
    border-radius: 0;
}

.news_card_wrapper .card {
    height: 463px;
}

.news_card_wrapper h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Archivo", Sans-serif;
    font-size: 25px;
    font-weight: 800;
}
.news_art_left h2 {
    color: #54595f;
    font-family: "Archivo", Sans-serif;
    font-size: 65px;
    font-weight: 800;
}
.news_card_wrapper .fa {
    font-weight: 700;
    font-size: 20px;
    margin-left: 9px;
}
.news_card_wrapper {
    margin: 20px 0;
}