.card-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;

}


.card{
  margin: 0 20px;
}


.img-wrap{
  display: flex;
  justify-content: center;
  height: 40%;
}

