/* 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;
}

/* ====== NEW-HOME ====== */
.new-home {
    background-image: url('../../img/bg-blog1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.new-item {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.new-body {
    overflow: hidden;
}

.new-line {
    background-color: var(--black-color);
    height: 100px;
    width: 100px;
    right: -32px;
    bottom: -69px;
    rotate: 330deg;
}

.new-line::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: inherit;
    opacity: 0.5;
    right: 34px;
    bottom: 11px;
    rotate: 0deg;
}
