.blog-height {
    height: 100%;
}

.news-h {
    height: 220px;
}

.read-time-date {
    width: 100%;
    padding: 1.5rem;
}

.news-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 16rem;
    object-fit: contain;
}

.news-thumbnail-img {
    display: block;
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

.news-img-container {
    border-radius: 0.75rem 0.75rem 0rem 0rem;
    overflow: hidden;
}