
@media all{
  .officer-name{
    max-height:unset;
    overflow:hidden;
  }
}

@media all and (min-width: 768px){
  .officer-name{
    max-height:13rem;
  }
}
