.bea-heading-adv{
    position:relative;
    &.bea-text-left{
        text-align: left;
    }
    &.bea-text-center{
        text-align: center;
    }
    &.bea-text-right{
        text-align: right;
    }
    .title{
        z-index: 1;
        position: relative;
        span{
            font-weight:700;
        }
    }
    .sub-title{
        position: relative;
        display: inline-block;
        font-size: 14px;
        transform-origin: top left;
    }
    .shadow-title {
        font-size: 55px;
        position: absolute;
        font-weight: 700;
        line-height: 120px;
        white-space: nowrap;
        z-index: 0;
        color: transparent;
        left: 50px;
        bottom: 2px;
    }
    .title-mask{
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .heading-border-divider{
        background: #2575fc;
        border-radius: 2px;
        position: relative;
        margin-left: 27px;
        width: 100px;
        height: 4px;
        &::before {
            content: "";
            position: absolute;
            color: #0c5adb;
            left: -27px;
            top: 0;
            display: inline-block;
            height: 4px;
            width: 4px;
            border-radius: 50%;
            background: #0c5adb;
            box-shadow: 9px 0 0 0 currentColor,18px 0 0 0 currentColor;
        }
    }
    .bea-postion-center{
        margin-left: auto;
        margin-right: auto;
    }
    .bea-postion-left{
        margin-right: auto;
    }
    .bea-postion-right{
        margin-left: auto;
    }
    .heading-separator-border{
        background: #2575fc;
        border-radius: 2px;
        position: relative;
        margin-left: 27px;
        width: 100px;
        height: 4px;
    }
    
}


