/* Add custom CSS styles below */ 
.section-heading-divider::before {
    background-color: transparent;
    content: "";
    position: absolute;
    right: -34px;
    left: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 203%;
    height: 13px;
    background: url(https://iili.io/fPP7frg.png);
    background-repeat: no-repeat;
    background-size: cover;
}