.hr-breadcrumb {
	padding: 70px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    background-size: cover;
    padding: 260px 0 140px;
}

.hr-breadcrumb .hr-titel {
	font-weight: 700;
	letter-spacing: -.5px;
	font-size: 4.375rem;
	line-height: 1.4;
	margin-bottom: 1rem;
	color: var(--white)
}

.hr-breadcrumb .hr-titel span {
	color: var(--color-3)
}

.hr-breadcrumb .hr-text {
	margin-bottom: 0;
	color: var(--white)
}

.hr-breadcrumb .btn-main {
	margin-top: 1.2rem;
	display: inline-block
}
.hr-breadcrumb .breadcrumb-left-vec {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.hr-breadcrumb .breadcrumb-left-vec img {
    width: 200px;
}
.hr-breadcrumb .breadcrumb-right-vec {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hr-breadcrumb .breadcrumb-right-vec img {
    width: 200px;
}
.hr-breadcrumb:after {
    content: "";
    background: linear-gradient(98.42deg, rgba(111, 73, 2, .2) .45%, transparent 101.78%), #09161d;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
@media (max-width: 1199px) {
    .hr-breadcrumb .breadcrumb-right-vec img {
        width: 150px;
    }
    .hr-breadcrumb .breadcrumb-left-vec img {
	    width: 150px;
	}
}
@media (max-width:767.98px) {
	.hr-breadcrumb .hr-titel {
		font-size: 2.375rem;
	}
}
@media screen and (max-width:425px) {
	.hr-breadcrumb {
		padding: 45px 0
	}
}