.cg1-other-post-item {
    width: 100%;
    height: 50%;
}

.op1-image-container {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.op1-img {
    height: 100%;
}

.op1-description {
    padding-top: 10px;
}

.op1-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
}

.op1-desc-bottom {
    font-size: 12px;

}

.op1-desc-bottom span {
    border-right: 1px solid #999999;
    padding-right: 7px;
    margin-right: 5px;
}

.op1-desc-bottom span:last-child {
    border-right: none;
}

