
.pageheader > div {
    min-height: 450px;
}

.pageheader__breadcrumbs {
    position: relative;
    top: 150px;
}

.pageheader .breadcrumb li:before {
    color: #fff !important;
}

.breadcrumb * {
    background: transparent;
    font-size: 32px;
    color: #fff !important;
}

.pageheader .breadcrumb * {
    color: #fff !important;
}

@media only screen and (max-width: 767.98px) {
    .pageheader > div {
        min-height: 240px;
    }

    .pageheader__breadcrumbs {
        top: 100px;
    }
}
