.title-section:before {
display: block;
position: absolute;
height: 1px;
width: 50%;
left: 25%;
bottom: 2px;
content: '';
background: #ced4da;
}
.title-section:after {
display: block;
position: absolute;
height: 5px;
width: 5px;
bottom: 0;
left: 50%;
content: '';
background: #495057;
transform: rotate(45deg);
}
.single-post .post-image.single {
display: none;
}
.page-top .page-title {
font-weight: inherit;
font-size: 3rem
}