.recent_posts_name{
	color: #1B1D28;
    font-family:Noto Sans;
    font-size:14px;
    font-weight: 600;
}
.recent_posts_event{
	padding-left:0px;
    color: #EF4435;
}
.recent_posts_date{
	font-family: Noto Sans;
    color:#6F7287;
}

/* @media screen and (max-width: 800px) {
    .recent_posts_row{
    	padding:0px 5px !important;
    }
    #my_recent_posts_img {
        width: 95% !important;
        padding:0px !important;
        margin:0px !important;
    }
    #my_recent_posts_content{
        width: 100% !important;
    }
    .recent_post_img{
    	padding:0px;
        margin:0px;
        object-fit:contain;
    }
    .recent_posts_event{
    	width:10% !important;
    }
    .recent_posts_date{
    	width:90% !important;
    }
    .recent_posts_name{
        font-size:13px !important;
        font-weight: 400;
    }
    
} */