.post-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.4);
    margin-bottom: 25px;
    min-height: auto;
}
.post-item h3.post-title a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 0 0 13px 0;
    margin-bottom: 8px;
}
.post-item h3.post-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 0 0 13px 0;
    margin-bottom: 8px;
}
.post-excerpt .post-text {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}