.pnpost {
    border-bottom: 1px solid gray;
    padding: 20px 0;
}

.pnpost:first-child {
    padding-top: 0;
}

.pnpost:first-child .pnpost-con {
    margin-top: 0;
}

.pnpost .date {
    font-size: 13px;
    font-weight: 200;
    font-style: italic;
}

.pnpost .title h1 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.pnpost .des p {
    margin-block-start: 0.5em;
}

.pnpost .tagblock {
    font-size: 14px;
}

.pnpost .tagline:last-child {
    display: none;
}

.pnpost hr {
    width: 20px;
    float: left;
    display: block;
    margin-right: 10px;
}

.pnpost-con {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10px;
    
}

.pnpost-con img {
    height: 250px;
    object-fit: cover;
}

.pnpost-con .thumbnail {
    width: 25%;
    min-width: 250px;
    margin-right: 30px;
}

.pnpost-con .des {
    width: 70%;
}

@media screen and (max-width:640px) {
    .pnpost-con .thumbnail {
        width: 25%;
        min-width: 180px;
        margin-right: 30px;
    }
    
    .pnpost-con .des {
        width: 70%;
    }
}

@media screen and (max-width:580px) {
    .pnpost-con {
        flex-wrap: wrap;
    }

    .pnpost-con .thumbnail {
        width: 100%;
        min-width: unset;
        margin-right: 0;
    }
    
    .pnpost-con .des {
        width: 100%;
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .pnpost .title h1 {
        margin-block-start: 1rem;
        font-size: 5.8vw;
    }


    .pnpost {
        border-top: 0;
        border-bottom: 1px solid gray;
    }
        

    .pnsidebar {
        margin-top: 50px;

    }

    .pnrow {
        padding: 0px 0;
    }

    
}