.hdr {
    display: none;
}

.card .art-bd-img{
    border: 1px solid #cfd8dc;
    border-radius: 6px 6px 0 0;
}

.card .txt-bd{
    padding: 1rem;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #cfd8dc;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.card.sm-img .art-bd-img{
    border: none;
    border-radius: 0;
}

.card.sm-img .txt-bd{
    border: none;
    border-radius: 0;
    padding: 0;
}

@media (max-width: 425px){
    .card.sm-img .txt-bd{
        padding: 1rem 1rem 0;
    }
}

.card.sm-img{
    padding: 16px 0;
    border: 1px solid #cfd8dc;
    border-radius: 6px;
}


.txt-bd .description{
    font-family: 'Rubik', sans-serif;
    line-height: normal;
    color: #999;
}

.txt-bd .action{
    color: #757575;
}