.banner-header {
    padding: 72px 0 85px;
    height: unset;
    background: #0000004d 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .4);
    z-index: 1;
}

.banner-header > .inner {
    z-index: 1;
}

.breadcrumbs {
    text-align: left;
    padding-top: 10px;
}

.breadcrumbs span {
    font: normal normal bold 14px/17px Lato;
    letter-spacing: 0px;
    color: #ffffff;
}

.breadcrumbs  span:first-child>a>span {
    display: none;
}

.breadcrumbs span:first-child>a::before {
    content: "\f015";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 14px;
    color: var(--fc-white);
}

.section-breadcrumbs .inner {
    padding: 0;
}

@media (max-width: 650px) {
    .banner-header {
        padding: 40px 0 61px;
    }
}

@media (max-width: 450px) {
    .banner-header {
        top: 0; /*60px;*/
        left: 0px;
        margin-bottom: 83px;
    }
}