.breadcrumbs-header p {
/*   font-size: 48px;
  font-weight: 700;
  color: #058bbe; */
  display:flex;
  justify-content:center;
/*   margin-bottom:10px;
  font-family: 'Roboto'; */
  text-align:center;
  
}
.breadcrumbs-link p{
/*   font-size: 16px;
  font-weight: 700;
  color: #058bbe; */
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
/*   font-family: 'Roboto'; */
/*   margin-bottom:0px !important; */

}
.breadcrumbsPage{
/*   height: 400px; */
  position: relative;
  z-index:0;
  display:flex;
  width:100%;
   margin-top: -100px;
    

}
.breadcrumbs-outer-wrap{
/*   background-image: url(https://secureservercdn.net/160.153.138.178/5zn.de6.myftpupload.com/wp-content/uploads/spektrum_header_image_background-1.jpg?time=1663721571);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; */
/*   height: 370px;
  left: 0; */
  position: absolute;
/*   top: 0; */
  width: 100%;
/*   padding:50px 0; */
  display:flex;
  align-items:center;
  justify-content:center;
  z-index: 0; 
}


.breadcrumbs-inner-wrap{
  position:relative;
  z-index:1;
}



/* .breadcrumbs-link p span {
  padding: 0px 10px;
} */

/* @media (max-width: 767px) {
  .breadcrumbs-header p {
    line-height:1.1;
  }  */
/*   .breadcrumbs-link p span {
    padding: 0 8px; */
}
}