.dl-section-heading .dl-sub-heading {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
}

.dl-section-heading .dl-sub-heading>span.custom-border {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.dl-section-heading .dl-sub-heading>span.custom-border:before {
    background-color: #ddd;
    content: '';
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dl-section-heading .dl-sub-heading>span.custom-border.right {
    padding-left: 0;
    padding-right: 25px;
}

.dl-section-heading .dl-sub-heading>span.custom-border.right:before {
    left: auto;
    right: 0;
}

.dl-section-heading .dl-heading {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.dl-section-heading .dl-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    color: #fafafa;
    content: attr(data-bg-text);
    font-size: 60px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dl-section-heading .dl-heading mark {
    color: var(--galactic-primary-color, #9841ff);
}

@media (max-width: 992px) {
    .dl-section-heading br {
        display: none;
    }

    .dl-section-heading .dl-heading {
        font-size: 32px;
    }
}
