.newscard {
    transition: 0.2s;
    background-size: cover;
    background-position: center center;
}

.newscard-main {
    background-color: #f7a600;
    color:#FFF !important;
    min-height: 300px;
}

.newscard-photo {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
}

.newscard-date {
    width: 100%;
    font-size: 12px;
    top: 150px;
    font-family: LatoBlack;
    padding: 0 10px;
    color: #f3943e;
}

.newscard-title {
    font-family: Signika;
    font-size: 20px;
    width: 100%;
    line-height: 25px;
    padding: 10px;
    color: #154194;
}

.newscard-title a:hover {
    text-decoration: none;
}

.newscard-content {
    font-family: Lato;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.newscard-bttmore {
    float: right;
    padding: 20px 20px 0 0;
}

h2 {
    font-family: Signika;
    font-size: 25px;
    color: #154194;
    padding: 0;
    margin: 0;
}
