/* Added by PM AJ*/
    .blog .blog_content_area {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .blog .page-header h3 {
        margin: 10px 0;
    }



.blog > .page-header{
    margin-bottom: 50px;
}
.blog .blog-entry{
    clear: both;
    float: none;
    margin-top: 50px;
}
.blog .blog-entry .intro_text {
    width: calc(100% - 180px);
}
.blog .blog-entry .item-image{
    margin-right: 30px;
    max-width: 150px;
    height: auto !important;
}
@media only screen and (max-width: 499px){
    .blog .blog-entry .intro_text {
        width: 100%;
    }
    .blog .blog-entry .item-image{
        margin-bottom: 15px;
        max-width: 100%;
    }
}

.blog .blog-entry .blog_item_title a{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}