.info_boxed_item .item_inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.info_boxed_item .item_inner > * {
    flex: 0 0 auto;
}

.info_boxed_item .item_inner > .item_content {
    flex: 1 1 0;
    padding: var(--typo-gap);
}

.info_boxed_item .item_content_inner > .row >  *:first-child {
    position: relative;
    padding-right: var(--typo-double-gap);
}
.info_boxed_item .item_content_inner > .row >  *:first-child:after {
    content: '';
    position: absolute;
    top: 0; right: var(--typo-gap); bottom: 0;
    width: 1px; height: auto; opacity: 0.2;
    max-height: 9em;
    background-color: currentColor;
}

.info_boxed_item .item_image {
    position: relative;
}
.info_boxed_item .item_image .tags {
    position: absolute;
    top: var(--typo-gap);
    left: var(--typo-gap);
    right: var(--typo-gap);
}