.members {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 350px));
  
}