.mainNews.card-header{
    background-color: inherit;
    color: #002133;
}
.nextReadBody
{

     line-height: 1.5em;
    height: 14.5em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* Ellipses (cross-browser) */
}

.nextReadBody a{
    color: inherit;
}


.nextReadCard:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nextReadCard img
{
    max-width: 100%;
    transition: all 0.5s ease;

}

.nextReadImage
{
    overflow: hidden;
}

.nextReadCard:hover img
{
    transform: scale(1.1);
}