.dl-section-heading .dl-sub-heading {
    font-size: 16px;
    line-height: 27px;
    color: var(--ridek-dark-color, #222222);
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 0 10px;
}

.dl-section-heading .dl-sub-heading.custom-bd{
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}
.dl-section-heading .dl-sub-heading.custom-bd.bd-dir-right{
    flex-direction: row-reverse;
}
.dl-section-heading .dl-sub-heading>span.custom-border {
    background-color: var(--ridek-primary-color, #ff9900);
    transform: skew(-20deg, 0deg);
    display: inline-flex;
    width: 4px;
    height: 15px;
    position: relative;
    margin-left: 16px;
}

.dl-section-heading .dl-sub-heading>span.custom-border:after, 
.dl-section-heading .dl-sub-heading>span.custom-border:before {
    background-color: var(--ridek-primary-color, #ff9900);
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    opacity: 0.8;
}
.dl-section-heading .dl-sub-heading>span.custom-border:after {
    right: 16px;
    opacity: 0.5;
}

.dl-section-heading .dl-sub-heading.custom-bd.bd-dir-right>span.custom-border{
    margin-left: 0;
    margin-right: 16px;
}
.dl-section-heading .dl-sub-heading.custom-bd.bd-dir-right>span.custom-border:before{
    right: auto;
    left: 8px;
}
.dl-section-heading .dl-sub-heading.custom-bd.bd-dir-right>span.custom-border:after{
    right: auto;
    left: 16px;
}

.dl-section-heading .dl-heading {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--ridek-dark-color, #222222);
    margin: 0;
    z-index: 1;
}

.dl-section-heading .dl-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    color: var(--ridek-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(--ridek-primary-color, #ff9900);
}

@media (max-width: 992px) {
    .dl-section-heading br {
        display: none;
    }

    .dl-section-heading .dl-heading {
        font-size: 32px;
    }
}
