.card-body.title {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 80px;
    background-color: rgb(255 255 255 / 0.85);
    width: 100%;
    min-height: 2.5rem;
    padding: .3rem 0 .3rem .4rem;
}

.card-body.title h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    /* margin: 0.35rem 0 0.35rem 0; */
    color: darkgrey;
    font-size: 14px;
    margin: 0;
    padding: 0;
}