﻿.news-head {
    height: 200px;
}

    .news-head img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.button {
    text-align: center;
}

.news-body {
    padding: 0 15px 0px 15px;
}

.news-content h3 {
    font-size: 12pt;
    line-height: 25px;
    height: 50px;
}

.blog.archive .news-content {
    padding-top: 20px;
}

.blog.archive {
    background: #F4F7FC;
}
