.news-block-home .news-item-wrap img{
    /* max-width: 335px; */
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.news-block-home .news-item {
    width: calc(25% - 15px);
    height: auto;
    min-width: 316px;
}
.news-block-home .news-item__content{
    margin-top: 0;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
}
.news-block-home .news-item__readmore{
    color: #828ef9;
}
.news-block-home .news-item-wrap {
    padding: 0;
    height: 100%;
}
.news-block-home .news-block__inner{
    gap: 20px;
}