.news-card {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #236952;
    padding: 15px;
    margin: 20px;
    color: #236952;
    cursor: default;
    min-height:450px;
}

    .news-card:hover {
        background-color: #3d765888;
        color: #f3f9f1;
        box-shadow: 3px 3px 5px #236952;
    }

    .news-card .news-date {
        padding: 15px;
    }

    .news-card .news-day {
        font-size: 32px;
        font-weight: bolder;
        text-align: right;
        width: 50px;
    }

    .news-card .news-month {
        font-size: 18px;
        font-weight: bolder;
        text-align: right;
        width: 50px;
    }

    .news-card .news-title {
        font-size: 20px;
        font-weight: bolder;
        padding: 0px 15px 15px 15px;
        height:140px;
    }

    .news-card .news-title-en {
        font-size: 20px;
        font-weight: bolder;
        padding: 0px 15px 15px 15px;
        height: 240px;
        text-align: left;
    }

    .news-card .news-text {
        font-size: 16px;
        padding: 0px 15px 15px 15px;
        min-height:100px;
    }

    .news-card .news-text-en {
        display: none;
    }

    .news-card .news-more {
        font-size: 45px;
        font-weight: bolder;
        padding-right: 35px;
        width: 100%;
        text-align: right;
        cursor: pointer;
    }

.pagination {
    justify-content: center;
}

.pager {
    margin-top: 20px;
}

.pager-iteam-c {
    color: #01b854 !important;
}
