.blog-detail-wrapper,
section.blog-detail-wrapper.mt-5 {
    margin-top: 0 !important;
    padding-top: 150px;
    padding-bottom: 0
}

.blog-detail-title h3,
.feat_blog_con i,
h2.widget-title,
h2.widgettitle {
    color: var(--black-color)
}

.blog-detail-wrapper .widget-title:after {
    position: absolute;
    content: '';
    width: 63px;
    height: 2px;
    background-color: var(--black-color);
    bottom: 6px;
    left: 0
}