#featured-products_block_center_mod {
    margin-top: 20px;
}
.products_block h4 {
    font-size: 24px !important;
    position: relative;
    background: none !important;
    padding: 0 !important;
    border-bottom-width: 0 !important;
}
.products_block h4 span {
    padding-right:30px;
    position: relative;
    display: inline-block;
    font-weight: 100;
    z-index: 1;
    background: #fff;
    color: #292728;
}
.products_block h4:before {
    content: "";
    display: block;
    border-top: 1px solid #fbdea0;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
}