.page_header {
    background-color: #fff;
  
    z-index: 0;
}
header {
    position: relative;
    margin-bottom: 0;
    background-color: #08050D;
   
    z-index: 1000;
}
.page_header{
    margin-bottom: 20px;
}
.page_header h1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #1A2B6D;
 
    padding: 10px;
    border-left: 6px solid #1A2B6D;
}
.titletop, .p_title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.4;
    padding: 10px 20px 0;
    position: relative;
    background: #fff;
    display: flex
;
    justify-content: space-between;
}
.post_date {
    font-size: 12px;
    color: gray;
}
.author_box

 {
    padding: 5px 20px;
    align-items: center;
}
.block__contentspan__2{
    padding-left: 0;
}