.e-page-info{   
display: flex  !important;
;
flex-direction: row;
gap: 2rem;
box-sizing: border-box;
box-sizing: border-box;}
.e-page-info  p{    display: flex
;
align-items: center;
gap: .5rem;
position: relative;
}
.e-page-info p::after{
content:"";
height: 100%;
width: 1px;
position: absolute;
right: -1rem;
background-color:#BEBEBE ;
}
.e-page-info p:last-child:after{
content: none;
}
.e-page-info span img{
max-width: 16px;
}
.e-info p:not(:last-child) {
border-right: 1px solid #BEBEBE;
}
.e-page-info p{font-weight:400;}
.entry-content h2{font-weight: 600;}
.date-time{display:none !important;}
@media screen and (max-width: 780px) {
.mob-col{    flex-direction: column !important;padding-bottom:2rem !important;        padding-top: 1rem !important;
justify-content: flex-start !important;
align-items: flex-start !important;}
.e-page-info{         flex-direction: column !important;
padding-top: 0 !important;}
.e-page-info span img{max-width:15px !important;}
.e-info p{border-right:0px !important;}
.e-page-info {
gap:1rem;
}
.e-page-info p{
align-items: baseline;
}
.m-col-reverse{
flex-direction: column-reverse;
}
}.share{    display: flex;
align-items: center;
gap: 12px;}
.share a{display:flex;}
.share span{    font-weight: bold;
color: #1e2a78;
display: flex;
gap: 10px;
padding-right: 15px;
border-right: 1px solid #000;cursor: pointer;}
.share span img{max-width:36px;}