.card-container {
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
 
}
.card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  min-width: 213px;
  margin: .5rem;
  border: none;
  padding: 0rem;
  height: 32%;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-top: 3%;
}
.card img {
  margin-top: 0rem;
  width: 85%;
  margin-bottom: .5rem;
  height:auto;
  padding: 0rem;
  /* background-color: blue; */
}
.card h5 {
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
}
.card p {
  color: grey;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0rem;
}

.card a {
  text-align: center;
  font-weight: bolder;
  font-size: .8rem;
  height: 0.8rem;
  margin-bottom: .5rem;
  width: 85%;
  text-decoration: none;
}
