.postbox2 {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding-top: 20px;
    box-shadow: var(--main_soft_shadow);
}

.postbox2 article img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.postbox2 .cat-more-link {
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    float: left;
}

.postbox2post1 {
    padding: 20px 20px 10px 20px;
}

.postbox2post1 a.fimage {
    float: right;
    width: 42%;
    margin-left: 3%;
}

.postbox2post1 .fimage:hover {
    opacity: 0.9;
}

.postbox2post1 h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #444;
}

.postbox2post1 p {
    font-size: 13px;
    font-weight: 200;
}

.postbox2post2 {
    padding: 20px;
}

.postbox2post2 h4 {
    color: #555;
    font-size: 14px;
    text-align: center;
    padding: 10px 5% 0;
}

.postbox2-2 .postbox2post2 h4 {
    padding: 20px 0 0 0;
    font-size: 16px;
}

.postbox2-2 .postbox2post2 article {
    margin: 10px 0;
}

.postbox2 .cat-name {
    line-height: 40px;
    display: inline-block;
    border-right: 4px solid;
    padding-right: 1em;
}

@media only screen and (max-width: 1001px) {
    .postbox2 {
        margin-right: auto;
        margin-left: auto;
        float: none;
        padding: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .postbox2post1 a.fimage {
        width: 100%;
    }

    .postbox2post2 article {
        width: 98%;
        float: none;
        margin-top: 15px;
    }

    .postbox2 .cat-more-link {
        margin: 20px 0 0 0;
    }
}