.hr-breadcrumb {
  position:relative;
  padding:180px 0 130px;
  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:56px;
  line-height:55px;
  margin-bottom:1rem;
  color:var(--white);
  text-transform:capitalize;
  font-family:var(--font-02)
}
.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:180px 0 130px
  }
  .hr-breadcrumb .hr-titel {
  font-weight: 500;
  font-size: 35px;
  line-height: 55px;
  color: var(--white);
  text-transform: capitalize;
  font-family: var(--font-02);
}
}
