﻿.post-header {
    font-weight: 700;
    font-size: 48px;
    color: #19760C
}

.post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #2E2E2E;
}

.post-sub-title {
    color: #6D6C6C;
    font-size: 22px;
}

.post-short-content {
    font-size: 22px;
    line-height: 40px;
    color: #6D6C6C;
}

.post-desc {

    width: 512px;
    height: 150px;
}

.post-img {
    width: 512px;
    height: 305px;
}

.post-card {
    width: 520px;
    height: 567px;
}

.pagination .page-link {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 6px;
    margin: 0 2px;
    color: #6D6C6C;
    font-size: 25px;
}

.pagination .page-item.active .page-link {
    background-color: #2D9D48;
    border-color: #2D9D48;
    color: white;
}

a {
    text-decoration: none
}