@charset 'UTF-8';
/*  Add Custom CSS here.  */
#staff .lst_staff .item .detail_info .lst_info li.mt-110 {
    margin-top: -50px;
}
@media only screen and (max-width: 767px){
  #staff .lst_staff .item .detail_info .lst_info li.mt-110 {
      margin-top: 0px;
  }
}
