.news{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.news .item{
    border-radius: 14px;
    background:  #FFF;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 30px 25px;
}


.news .item .wrap{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 31px;
}

.news .item h2 {
    color: #252C37;
    font-family: "Gotham Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 23px */
}

.news .item .date{
    color:  #494C51;
    font-family: "Gotham Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    letter-spacing: 0.17px;

}


.pagination{
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-bottom: 40px;
}

.pagination span{
    color: #494C51;
    font-family: "Gotham Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    letter-spacing: 0.17px;
    padding: 6px;
}

.pagination a{
    cursor: pointer;
}
