/* POST */

.post-item {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.post-info {
    padding: 30px;
}

.post-info .desc {
    font-size: 16px;
    margin-bottom: 20px;
}

.post-info a {
    cursor: pointer;
}