.news-section-box {
    padding-top: 60px;
}

.news-container p {
    font-size: 1.1rem;
}

.post-date {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.news-container img {
    height: auto;
}

.news-archive {}


.news-archive li {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.news-item {
    font-weight: 600;
    color: #235125;
}

.news-archive li a {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #ddd;
    padding-bottom: 0.5rem;
}

.news-archive li a:hover {
    text-decoration: underline;
}

.news-archive time {
    color: #235125;
    font-size: 1rem;
}

.pagination {
    display: flex;
    justify-content: center;
    font-size: 1.2em;
    margin: 2% 0;
}

.prev-page,
.next-page {
    background: #4a9786;
    margin: 0 2px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
    line-height: 25px;
}

.prev-page-disabled,
.next-page-disabled {
    color: #9cbbb4;
}

.page-number {
    background: #4a9786;
    margin: 0 2px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
}

.now-page-number {
    background: #235125;
    color: #fff;
}

.page_number {}

.pagination a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .news-archive li a {
        flex-direction: column;
    }

    .news-archive time {
        text-align: right;
    }
}