.top-news-teaser-item h5 {
    margin: 10px 0 2px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}
.top-news-teaser-item h3,
.top-news-teaser-item h3 a {
    margin: 4px 0;
    font-size: 20px;
    line-height: inherit;
    font-weight: bold;
    color: #002335;
}
.top-news-teaser-item p {
    font-size: 16px;
    line-height: inherit;
}
.top-news-teaser-item p a {
    float: right;
    padding-left: 3px;
}
.top-news-teaser-item {
    border: 1px solid #e1e1e1;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
    padding: 10px 20px 35px 20px;
    flex-direction: column;
    display: flex;
}
.top-news-teaser-item .topnews-item-morelink {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    background: #0080a6;
    color: #fff;
    border-top-left-radius: 4px;
}  
.topnews .teaser-col.cols_1 {
    display: flex;
}