.blog_title_sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.blog_grid_inner {
    display: flex;
    justify-content: space-between;
}
.blog_grid .blog_post {
    margin: 0px 10px;
}
.sec-section {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0px 10px 0px;
}
.sec-section .date, .sec-section a, .colm-section .date, .colm-section a{
    padding-right: 20px;
    color: #64607D;
    font-size: 14px;
}
.blog_grid {
    display: flex;
}

.blog_list{
    width: 40%;
}
ul.blog_post{ list-style:none; }
.colm-section{ display:flex; vertical-align:middle; align-content:center; margin-bottom:15px; font-size:14px; }
.blog_post_list{ margin-bottom:30px; border-bottom:1px solid #eee; }
.colm-section .category{ margin-left:20px; }
.elementor-kit-7 .blog_title_sec .blog_titlebtn{ background-color:#fece4a; color:#000; line-height:unset; }
.elementor-kit-7 .blog_title_sec .blog_titlebtn:hover{ background-color:#0e477a; color:#fff; }