.member-box {
  padding-top: 20px;
  min-height: 320px!important; 
  /* border-bottom:1px dotted #c9c9c9; */
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}