.blog-section .jeg_post_title a {
    color: #333131 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}
.blog-section .jeg_post_title {
    font-size: 18px !important;
    line-height: 24px;
    color: #333131 !important;
    padding-top: 0px !important;
}
.blog-section .jeg_post_title a:hover {
    color: #22a8ff !important;
}
.blog-section .jeg_post_meta {
    color: #8b8b8b;
     font-family: 'Roboto', sans-serif !important;
}
.blog-section .jeg_post_meta a {
    color: #8b8b8b;
    font-family: 'Roboto', sans-serif !important;
}
.blog-section .jeg_post_meta .fa {
    color: #8b8b8b;
}

.blog-section .jeg_pl_md_card .jeg_postblock_content {
    border-radius: 4px;
}
.blog-section .jeg_post_category a {
    font-family: 'Roboto', sans-serif !important;
    color: #8b8b8b !important;
}
.blog-section .jeg_post_category a:hover {
    color: #22a8ff !important;
}
.blog-section .jeg_pl_md_card .jeg_thumb {
    margin-bottom: 15px;
}
.blog-section .jeg_pl_lg_card .jeg_inner_post, .jeg_pl_md_card .jeg_inner_post {
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.blog-section .jeg_thumb {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
@media screen and (max-width: 1024px) {
 .blog-section .jeg_post_title a {
    font-size: 18px !important;
}
.blog-section .jeg_post_title{
    line-height: 24px !important;
}
.blog-section .jeg_post {
    width: 50% !important;
}
}
@media screen and (max-width: 767px) {
.blog-section .jeg_post {
    width: 100% !important;
}
}