﻿.news-img {
    height: 240px;
    object-fit: cover;
}

.news-img-small {
    height: 160px;
    object-fit: cover;
}

.news-feature {
    border-top: 5px solid #007FFF;
    transition: 0.3s;
}

    .news-feature:hover {
        transform: translateY(-5px);
    }
