.news-item {
    width: 100%;
    max-width: 400px;
    /* Adjust the max-width as needed */
    box-shadow: 0 0 10px #c8c8c8;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
    border-radius: 5px;
}

.news-item:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px #043277;
}

.news-item img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin: 14px 0 0 0;
    border-radius: 5px;
}

.news-item .row-news {
    height: 70px;
}

.news-item .foot {
    color: #c8c8c8 !important;
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 3px;
}
