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

.news-image {
    height: 150px;
    object-fit: cover;
}

.news-content {
    flex-grow: 1;
}

.news-banner {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

/* Detail Page */

.main-heading {
    color: #006fba;
    font-weight: bold;
}

.content-wrapper {
    max-width: 900px;
    margin: auto;
}

.center-image {
    max-width: 100%;
    height: auto;
}