    .bg-overlay {
        position: relative;
    }

    .bg-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
        z-index: 1;
    }

    .bg-overlay>* {
        position: relative;
        z-index: 2;
    }

    .breadcumb-title {
        color: var(--white-color);
        margin: -0.18em 0 -0.14em 0;
        line-height: 1.1;
        padding-bottom: 110px;
        padding-top: 180px;
    }

    /* .breadcumb-title {
                                margin-bottom: 150px;
                            } */