.post-item2 {
    width: calc(50% - 5px);
    margin-bottom: 25px;
}

.p2-image-container {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.p2-img {
    height: 100%;
}

.p2-description {
    padding-top: 10px;
}

.p2-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
}

.p2-desc-bottom {
    font-size: 10px;

}

.p2-content {
    font-size: 12px;
}

.p2-desc-bottom span {
    border-right: 1px solid #999999;
    padding-right: 7px;
    margin-right: 5px;
}

.p2-desc-bottom span:last-child {
    border-right: none;
}



