﻿.top-news .card {
    border-radius: 10px;
    border:unset;
}

.top-news .card-body {
    padding: unset
}

    .top-news .card-body .date {
        color: #fff;
        font-size: 12px;
    }

.top-news .card .card-title {
    color: #fff;
    font-size: 28px;
}

.top-news .card .card-text {
    position: absolute;
    bottom: 0%;
    width: 75%;
    left: 10%;
}

.top-news img {
    height: 333px;
    object-fit: cover;
    border-radius: 10px;
}