.news-posts-grid__container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.news-posts-grid__header {
    font-family: Barlow;
    font-size: 20px;
    font-weight: 400;
    color: #FE6402;
    margin-bottom: 15px;
}

.news-posts-grid__item {
    width: calc(33.333% - 32px);
    padding: 32px 32px 40px;
    border: 1px solid #D9D9D9;
}

.news-posts-grid__title {
    font-family: Barlow Condensed;
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}

.news-posts-grid__meta {
    font-family: Barlow;
    font-size: 12px;
    font-weight: 400;
    line-height: 2.88px;
    text-align: left;
    color: #777777;
    display: flex;
    justify-content: space-around;
}

.news-posts-grid__excerpt {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.news-posts-grid__excerpt p {
    margin-bottom: 32px;
}

.news-posts-grid__pagination {
    margin-top: 75px;
    text-align: center;

    font-family: Barlow;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.news-posts-grid__pagination .page-numbers {
    color: #0091B4;
}

.news-posts-grid__pagination .current {
    color: #000000;
}
