.center-bar > div {
    background: #fff;
    display: table;
    width: 100%;
}

.center-bar > div > div {
    display: table-cell;
    width: 20%;
    text-align: center;
}

.center-bar-cover-image img {
    width: 150px;
    border: none;
}

.center-bar-card-title {
    margin: 10px auto;
    width: 150px;
    text-align: left;
    word-wrap: break-word;
    color: #f25d40;
    font-size: 14px;
}

.center-bar-card-title a {
    color: inherit;
}