.news-date {
    color: gray;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news-title {
    font-size: 50px;
    font-family: Poppins;
    font-weight: bolder;
    margin-bottom: 20px;
}

.news-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.news-content {
    font-family: Poppins;
    column-count: 2;
    column-gap: 40px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}

/* Single Column for Smaller Screens */
@media (max-width: 768px) {
    .news-content {
        column-count: 1;
    }
}
