

.blog-article__header {
    position: relative;
    overflow: hidden;
    min-height: 85vh;
    background: rgba(4, 65, 85, 0.75); /*linear-gradient(rgba(4, 65, 85, 0.95), #12688580);*/
}

.blog-article__header__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background: linear-gradient(rgba(4, 65, 85, 0.5), #12688580); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}




/* blog-article blog-article--card blog-article--featured */


.blog-article {

}

.blog-article.blog-article--card {
    
}

.blog-article.blog-article--card.blog-article--featured {
    
}