.fixed-news-card {
    height: 610px;
}

.fixed-news-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center top;
}

.fixed-news-card .card-body {
    justify-content: flex-start;
}

.fixed-news-card .card-title {
    margin-bottom: 0px;
}
