.footer_widget > h4 {
    font-size: 16px;
    color: #ffffff;
    padding: 0px 0px 15px;
    margin-bottom: 30px;
    border-style: solid;
    border-bottom-width: 4px;
    border-color: #fff;
    display: inline-block;
}

.footer_widget > h4::after {
    background-color: #fff;
    width: 7px;
    height: 1px;
    margin-right: 6px;
    margin-left: 6px;
}

.footer_widget > h4::before {
    background-color: #ffffff;
    width: 60px;
    height: 1px;
    display: none;
}