.hr-breadcrumb {
  position: relative;
  padding: 250px 0 150px;
  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-weight: 500;
  font-size: 35px;
  line-height: 55px;
  margin-bottom: 1rem;
  color: var(--white);
  text-transform: uppercase;
}
.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) {

}
