.news-item{
    height: 100%;
}
.new-item-inner{
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.new-item-title {
    text-align: left;
    background-color: rgba(0, 0, 0, .7);
    color: var(--white);
    padding: 1rem;
    height: fit-content;
    width: 100%;
}
.new-title-top{
    font-size: 14px;
}
.new-title-bottom{
    font-size: 14px;
    font-weight: bold;
}