.page_number{
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.current-page {
    font-size: 18px;
    margin: 0 20px;
}

.news_cart{
        width: 324px;
        height: 497px;
        background-color: red;
}

.all_news{
    margin: 10px auto 10px auto;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 324px);
    grid-column-gap: 114px;
    grid-row-gap: 70px;
}

.news_cart_photo{
    width: 324px;
    height: 332px;
    object-fit: cover;
}

.lower_block_news_card {
    width: 284px;
    height: 125px;
    padding: 20px;
}

.title_news_card {
    width: 284px;
    height: 106px;
}

.title {
    width: 285px;
    height: 106px;
    align-items: unset;
}

.time_and_view{
    display: flex;
    justify-content: space-between;
    color: black;
}


