.news-section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.news-section__item{
    display: grid;
    grid-template-rows: 1fr 130px;
    border: 1px solid #ececec;
    border-radius: 3px;
}

.news-section__item-txt{
    padding: 0px 20px 20px 20px;
}

.news-section__item img{
    width: 100%;
    height: auto;
}

.news-section__item-title h2{
    font-size: 20px !important;
    margin-top: 10px;
    font-weight: bold;
}

.news-section__item-date{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-content{
    margin-top: 40px;
   display: flex;
    justify-content: center;
}

.nav-content .modern-page-navigation{
    display: inline-block;
    width: 500px;
    text-align: center;
}

.news-banner{
    margin-bottom: 40px;
}

.news-banner img{
    max-width: 100%;
    height: auto;
}





















