.breadcrumbs-menu{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 51px 0 30px;
}
.breadcrumbs-menu-item{
  font-size: 10px;
  font-weight: 400;
  line-height: 13.72px;
  text-align: left;
  color: rgba(83, 84, 88, 1);
  background: transparent;
  cursor: pointer;
}
.breadcrumbs-menu :not(:last-child) .breadcrumbs-menu-item::after {
  content: "/";
  margin: 0 8px;
  /* border-right: 1px dashed rgb(171, 170, 170); */
}
.breadcrumbs ul li{
  list-style-type: none;
}

.staff-page-section .section-title{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.staff-page-section .section-title h2{
  margin: 15px 0 52px;
}

.staff-block{
  display: flex;
  flex-wrap: wrap;
  margin: 140px -10px 0;
}

.staff-item{
  width: 25%;
  margin-bottom: 120px;
  padding: 0 10px;
}


.staff-item a{
  display: block;
  color: #fff;
  text-align: center;
  background: rgba(43, 126, 130, 1);
  border: 1px solid rgba(211, 219, 234, 1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding-bottom: 55px;
}

.staff-item-img{
  padding: 0 13px;
  margin: -57px 0 60px;
}

.staff-name{
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;

}


.job-status{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;

}

.job-short-info{
  max-width: 290px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: auto;

}





@media all and (max-width: 1300px){

}


@media all and (max-width: 1024px){
  .staff-name {
    font-size: 25px;
    margin-bottom: 5px;
}
.job-status {
  margin-bottom: 15px;
}
.staff-item-img {
  padding: 0 8px;
  margin: -35px 0 35px;
}
.staff-item {
  margin-bottom: 80px;
}
.staff-block {
  margin: 60px -10px 0;
}
}


@media all and (max-width: 900px){
  .staff-item {
    width: 50%;
}
}

@media all and (max-width: 575px){
  .staff-item {
    width: 100%;
}
}
