#wcList{


  display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;


}

#wcList li{
width: 32%;

}