.hr-breadcrumb {
  position: relative;
  padding: 260px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hr-breadcrumb:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}
.hr-breadcrumb .hr-titel {
	position: relative;
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 1rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
}
.hr-breadcrumb .hr-titel span {
  color: var(--white);
}
.hr-breadcrumb .hr-text {
  margin-bottom: 0;
  color: var(--white);
}
.hr-breadcrumb .btn-main {
  margin-top: 1.2rem;
  display: inline-block;
}
@media screen and (max-width: 425px) {
  .hr-breadcrumb {
    padding: 45px 0;
  }
  .hr-breadcrumb .hr-titel {
    font-size: 25px;
  }
}
