/* SECTION */
.recent-section{
    padding:70px 0;
}

/* TITLE */
.recent-heading {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 25px !important;
}

/* IMAGE */
.recent-img{
    width:100%;
    height:400px;
    border-radius:18px;
    object-fit:cover;
}

/* CATEGORY */
.tag{
    display:inline-block;
    background:#f1f3f7;
    padding:3px 14px;
    border-radius:30px;
    font-size:12px;
    margin-right:10px;
}

/* DATE */
.date{
    font-size:12px;
    color:#666;
}

/* TITLE */
.post-title{
    margin-top:10px;
    font-weight:700;
    font-size:22px;
    color:#04144f;
}

/* DESC */
.post-text{
    margin-top:10px;
    font-size:14px;
    color:#444;
}

/* SPACING FIX */
.post-content{
    margin-top:12px;
}
