.NewArticle h4 {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0065C0;
    text-align: center;
    margin: 0 0 0 0;
    /*margin: 50px 0;*/
}
.imgNewArticle {
    width: 100%;
    max-height: 500px;
}
.imgNewArticle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.contentNewArticle a.contentNewArticle_Title {
    font-size: 20px;
    font-weight: bolder;
    color: #0065C0;
}

.contentNewArticle p {
    /*font-size: 13px;*/
    font-weight: 400;
    margin: 0;
}
.timeNewArticle {
    font-size: 11px;
    font-weight: 500;
    color: grey;
    display: flex;
    align-items: self-end;
    /*margin-top: 5px;    */
}

.buttonNewArticle {
    text-align: center;
    margin-top: 1em;
}

#btnNewArticleDetail {
    background: white;
    color: #0065C0;
    border: 1px solid #0065C0;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 35px;
}

button#btnNewArticleDetail:hover {
    color: white;
    background: #0065C0;
    transition: all 0.5s ease;
}
.ImageNewArtical{
    display:inline-block;
}

.timeNewArticle label {
    margin-left: 5px;
}

.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

    .row-equal-height [class*="col-"] {
        display: flex;
        flex-direction: column;
    }

.imgNewArticle{
    flex-grow: 1;
}

   /* .row-equal-height .imgNewArticle,
    .row-equal-height .contentNewArticle {
        flex: 1;
    }*/