.cbf-featuredbox img{
    object-fit: cover;
    height: 220px;
    width: 100%;
}
.cbf-featuredbox .cbf-title{
    font-size: 1rem;
    font-weight: bold;
    margin: .25em 0 .25em 0;
}
.cbf-featuredbox .cbf-subline{
    font-size: .9rem;
    font-weight: normal;
    margin: 0;
}

.cbf-featuredbox .cbf-image{
    overflow: hidden;
    height: 220px;
    border-radius: 6px;
    margin-bottom: .5em;
}