
.section--jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 400px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    color: #fff;
    padding: 38px 0;
    background-image: linear-gradient(45deg, rgba(27,37,80,1) 0%, rgba(0,86,129,1) 100%);
}

.section--jumbotron:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: linear-gradient(to bottom, rgba(1,85,189,0.3) 0%, rgba(27,37,80,1) 100%);
}

.section--jumbotron h1,
.section--jumbotron .h1 {
    font-size: 86px;
}

.breadcrumbs {

}
.breadcrumbs span {
    background: url(../img/icons/arrow-down-sign-to-navigate-scale.png) no-repeat left center;
    background-size: 10px;
    padding-left: 20px;
    margin-left: 10px;

}
.breadcrumbs span:last-of-type {
    padding-right: 0;
    margin-right: 0;
    background: none;
}
.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}


@media (max-width: 1199px) {

    .section--jumbotron {
        min-height: 360px;
    }
    .section--jumbotron h1, .section--jumbotron .h1 {
        font-size: 68px;
    }

}

@media (max-width: 767px) {

    .section--jumbotron {
        min-height: 280px;
        overflow: hidden;
    }
    .section--jumbotron h1, .section--jumbotron .h1 {
        font-size: 36px;
    }
    .breadcrumbs {
        font-size: 12px;
    }

}
