.subcollection-cards {
  margin: 10px 10px!important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .subcollection-cards {
    margin: 5px 5px!important;
  }
}