.blog .blog_title{
  text-align: left;
  width: 100%;
}

.p_page_blog{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    align-items: start;
}

.blog .cat--post_item_blog {
  flex-flow: column;
  box-shadow: 1px 1px 19px #8A8A8A;
  border-radius: 3px;
}

.cat--post_list_blog{
  width: calc(100% - 308px);
  margin-right: 18px;
  box-shadow: 1px 1px 15px -10px #ccc;
  position: relative;
}

.cat--post_item_blog .post_item_img_wrap{
  width: 100%;
}

.blog .post_item_img_wrap{
  width: calc(100% - 40px);
  margin: 20px 20px 0 20px;
  height: 205px;
}

.blog .post_item_img_wrap a{
  width: 100%;
  height: 100%;
}
.cat--post_item_blog .post_item_img_wrap img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog .post_item_block_t {
  width: 100%;
}