.hr-breadcrumb {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hr-breadcrumb:after {
  content: ;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}
.hr-breadcrumb .hr-titel {
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 1rem;
	color: var(--white);
	position: relative;
	z-index: 1;
}
.hr-breadcrumb .hr-titel span {
  color: var(--white);
}
.hr-breadcrumb .hr-text {
  margin-bottom: 0;
  color: var(--white);
  position: relative;
	z-index: 1;
}
.hr-breadcrumb .btn-main {
  margin-top: 1.2rem;
  display: inline-block;
}
.hr-desktop-banner {
    display: block
}

.hr-mobile-banner {
    display: none
}

.hr-tablet-banner {
    display: none!important
}
@media (max-width: 1024px) {
    .hr-mobile-banner {
        display:none!important
    }

    .hr-desktop-banner {
        display: none
    }

    .hr-tablet-banner {
        display: block!important
    }
}
@media (max-width: 767px) {
    .hr-mobile-banner {
        display: block!important
    }

    .hr-desktop-banner {
        display: none
    }

    .hr-tablet-banner {
        display: none!important
    }
}
@media screen and (max-width: 425px) {
  .hr-breadcrumb {
    padding: 150px 0;
  }
}
