.dl-section-heading .dl-sub-heading {
    font-size: 16px;
    line-height: 27px;
    color: var(--softgen-dark-color, #111521);
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 0 10px;
}

.dl-section-heading .dl-sub-heading>span.custom-border {
    position: relative;
    display: inline-block;
    padding-left: 70px;
}

.dl-section-heading .dl-sub-heading>span.custom-border:before {
    background-color: var(--softgen-secondary-color, #089fac);
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dl-section-heading .dl-sub-heading>span.custom-border:after {
    background-color: var(--softgen-secondary-color, #089fac);
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.dl-section-heading .dl-sub-heading>span.custom-border.right {
    padding-left: 0;
    padding-right: 70px;
}

.dl-section-heading .dl-sub-heading>span.custom-border.right:before {
    left: auto;
    right: 0;
}

.dl-section-heading .dl-sub-heading>span.custom-border.right:after{
    left: auto;
    right: 60px;
}

.dl-section-heading .dl-heading {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--softgen-dark-color, #111521);
    margin: 0;
    z-index: 1;
}

.dl-section-heading .dl-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    color: var(--softgen-grey-light-color, #b8b8b8);
    content: attr(data-bg-text);
    font-size: 60px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.dl-section-heading .dl-heading mark {
    color: var(--softgen-primary-color, #ff6a32);
}

@media (max-width: 992px) {
    .dl-section-heading br {
        display: none;
    }

    .dl-section-heading .dl-heading {
        font-size: 32px;
    }
}
