#news-card {
    width: 100%;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 10px;
    overflow: hidden;
}

.news-title {
    width: 100%;
    text-align: center;
}

.news-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
