.ce-news-card{

    display:flex;
    flex-direction:column;

    background:#fff;

    border:1px solid #e6e0d2;

    border-radius:14px;

    overflow:hidden;

    transition:.30s;

    height:100%;

}

.ce-news-card:hover{

    transform:translateY(-5px);

    box-shadow:0 14px 34px rgba(0,0,0,.08);

}

.ce-news-image{

    display:block;

    overflow:hidden;

    background:#ddd;

}

.ce-news-image img{

    width:100%;
    height:240px;
    object-fit:cover;

    transition:.45s;

}

.ce-news-card:hover img{

    transform:scale(1.05);

}

.ce-news-content{

    padding:22px;

}

.ce-news-category{

    display:inline-block;

    margin-bottom:14px;

    padding:6px 14px;

    background:#C7A55B;

    color:#fff;

    border-radius:30px;

    font-size:11px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.ce-news-title{

    margin:0 0 12px;

    font-family:Georgia,serif;

    font-size:31px;

    line-height:1.2;

    font-weight:700;

}

.ce-news-title a{

    color:#162B49;

    text-decoration:none;

}

.ce-news-title a:hover{

    color:#C7A55B;

}

.ce-news-excerpt{

    color:#555;

    font-size:17px;

    line-height:1.8;

    margin-bottom:18px;

}

.ce-news-meta{

    display:flex;

    justify-content:space-between;

    align-items:center;

    border-top:1px solid #ece7dc;

    padding-top:14px;

    color:#777;

    font-size:13px;

}

.ce-news-card-large .ce-news-image img{

    height:340px;

}

@media(max-width:900px){

.ce-news-title{

font-size:25px;

}

.ce-news-image img{

height:220px;

}

}
