/* NEWS PAGE */

.news-main {
    background-color: var(--color-bg-body);
}

.news-list .news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-list .news-card .news-image-wrapper {
    padding: 0.75rem;
}

.news-list .news-card .card-body {
    flex: 1;
}