/***********************
    Blog
************************/

.bs-blog-article__img{
    
    
}
.bs-blog-article__title{
    font-size:1rem;
    font-weight:var(--blog-title-w, var(--font-bold));
}
.bs-blog-article__content{
    color:var(--body-txt-default-color);
    font-size:0.8rem;

}
.bs-blog-article__info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding:1rem;

}
.bs-blog-article__btn{
    justify-items:flex-end;
}
.bs-blog-article{
    background: var(--element-bg);
    border-radius: var(--default-border-radius);
    height:100%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
 
.bs-info{
        padding:2rem;
        background: var(--info-bg, var(--primary-color));
        color: var(--info-color, var(--primary-contrast));
        text-align:center
    }