.container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.container .card {
  margin-bottom: 25px;
}
