.hr-breadcrumb {
  padding: 130px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hr-breadcrumb .hr-titel {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: var(--white);
}
.hr-breadcrumb .hr-titel span {
	color: var(--color-1);
}
.hr-breadcrumb .hr-text {
  margin-bottom: 0;
  color: var(--white);
}
.hr-breadcrumb .btn-main {
  margin-top: 1.2rem;
  display: inline-block;
}
.hr-breadcrumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}
.hr-breadcrumb .row {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 425px) {
.hr-breadcrumb {
  padding: 85px 0;
}
.hr-breadcrumb .hr-titel {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: var(--white);
}
}
