.staff-outer{
  background: #fff;
}

.staff{
  padding: 10px;
  margin: 30px 0;
}

.staff-content{
  display: flex;
  align-items: center;
}

.staff:nth-child(even) .staff-content{
  flex-direction: row-reverse;
}

.staff-img{
  flex: 1;
  text-align: center;
  height: auto;
}


.staff-detail{
  text-align: center;
  flex: 1;
  padding: 5px ;
}

.staff-name{
  font-size: 20px!important;
  color: #000!important;
  font-size: 18px;
  width: 50%;
  text-align: center;
  border-bottom: solid 2px #000;
  margin-bottom: 30px!important;

  @media screen and (max-width:767px){
    width: 70%;
    margin-bottom: 10px!important;
  }

}


.staff-section{
  font-size: 100%;
  text-align: left;

  @media screen and (max-width:480px){
    font-size: 16px;
  }
}

 .staff-list{
  padding: 0;
  margin-top: 0;

  @media screen and (max-width:767px){
    box-shadow: none;
  }
  

}

.list-item{
  display: flex;
  min-width: 75px;
  margin-bottom: 10px;
  align-items: center;
  & .answer {
    margin:0;
  }
  
}

.staff-list .list-item:nth-child(n+4){
  flex-direction: column;
  margin-bottom: 10px;
  align-items: flex-start;
}

.list-title{
  margin: 0!important;
  font-size: 18px!important;
  line-height: 1;
  background: #dbe8ff;
  align-items: center;
  min-width: 75px;
  color: black!important;

  @media screen and (max-width:480px){
    font-size: 18px;
  }
}

.staff-list .list-item:nth-child(n+4) .list-title{
  background:#dbe8ff;
  margin: 0 0 10px 0!important;
  width: 170px;
  max-width: 170px;
  justify-content: flex-start;
}

.list-answer{
  margin: 0!important;
  line-height: 1;
  min-width: 75px;
  flex: 1;
  text-align: center;
}

.staff-list .list-item:nth-child(n+4) .list-answer{
  background: #fff;
  min-width: 150px;

  @media screen and (max-width:767px){
    text-align: left;
  }
}

.staff-massage{
  font-size: 18px;
  padding: 10px;
  margin-top: 20px;
  background: #dbe8ff;
  height: 200px;
  overflow: auto;
  -ms-overflow-style: none;

  @media screen and (max-width:480px){
    font-size: 16px;
  }
}