.bcp-item__inner {
    border: 1px solid #e5e5e5;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bcp-item__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.bcp-item__image {
    height: 0;
    padding-bottom: 57%;
    overflow: hidden;
    position: relative;
}

.bcp-item__content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

span.dot-separator {
    display: inline-block;
    margin: 0 5px 2px 5px;
    width: 5px;
    height: 5px;
    background: var(--wd-text-color);
    border-radius: 50%;
}