.staff-group > ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staff-group > ul > li > h2 {
  padding: 0;
  margin: 5px;
  line-height: 1;
}

.staff-group > ul > li > h2 > a {
  font-size: 19px !important;
  line-height: 4.8rem !important;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  background-color: #282830;
  padding: 0 1.2rem;
}

@media screen and (min-width: 768px) {
  .staff-group > ul > li > h2 > a {
    line-height: 4rem;
  }
}

.staff-group > ul > li > h2 > a:hover {
    background: rgba(40, 40, 48, .8) !important;
    box-shadow: none !important;
}

.staff-group > ul > li > h2 > a:active {
    background: rgba(40, 40, 48, .8) !important;
    box-shadow: none !important;
}

.staff-group > ul > li > h2 > a:focus {
    background-color: #282830 !important;
    box-shadow: none !important;
}

#staff_persons h1 {
  margin-bottom: 40px;
  text-align: center;
}

.staff_list_container ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.staff_list_container ul li {
  width: 100%;
  display: block;
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .staff_list_container ul li {
    width: 50%;
    text-align: left;
  }
}

.person_list_pos {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .person_list_pos {
    display: flex;
    text-align: left;
  }

  .person_photo {
    width: 30%;
  }
  .person-contact {
    width: 70%;
  }
}

img.person_photo_image {
  max-width: 100%;
  width: auto;
  border: 1px solid rgba(213, 214, 215, 1);
}

.person-contact{
    padding: 0 15px;
}

.person-contact h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.person-contact h3.work_position {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}

.person-contact_data{

}

.person-contact-type{
    display: inline-block;
}
.person-contact-type:not(:first-of-type){
    margin-top: 5px;
}

.person-contact-type-value{
    margin: 0 0 5px 5px;
    display: inline;
}
.person-contact-type-value::after{
    content: "\a";
    white-space: pre;
}

.person-contact-type-value a{
    text-decoration: underline;
}
