.card-body figcaption {
    padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

.card-body h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #495057;
    margin-top: 1.0rem;
}


.card-body p {
    margin-top: 0;
    margin-bottom: 0.3rem;
}

.image img
{
     display: block;
    margin-left: auto;
    margin-right: auto;   
}
