.news_list_item a{
        width: 100%;
        display: flex;
        flex-direction: column;

}

.news_list_item img{
    margin: auto;
    max-height: 400px;
    object-fit: contain;
    width: 100%;

}
