.post-wrapper .post-container .post-head {
    border-bottom: 1px solid #f2f2f2;
    padding: 18px 1em 20px;
}

.post-wrapper .post-container .post-head h2 {
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 14px;
}

.post-wrapper .post-container .post-head .post-author {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: .875em;
}

.post-wrapper .post-container .post-head .post-author .author-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.post-wrapper .post-container .post-head .post-author .post-time {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #8e8e93;
    color: #8e8e93;
}

.post-wrapper .post-container .post-content p {
    margin-block-start: 0;
    margin-block-end: 1rem;
}

.post-wrapper .post-container .post-content a {
    color: #007bff;
}

.post-wrapper .post-container .post-content a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.post-wrapper .post-container .post-content img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    ;
}

.news-container article .news-content p:last-child {
    margin: unset;
}

.post-wrapper .post-container .post-content h1 {
    font-size: 1.4em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.post-wrapper .post-container .post-content h2 {
    font-size: 1.2em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.post-wrapper .post-container .post-content h3 {
    font-size: 1em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.post-wrapper .post-container .post-content h4 {
    font-size: .9em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.post-wrapper .post-container .post-content {
    font-size: .875rem !important;
    color: #1f1f1f !important;
    font-family: SVN-Poppins, Helvetica, Arial, sans-serif !important;
    text-align: justify;
    font-size: .875em;
    padding: 22px 1em;
}