@media screen and (max-width: 750px) {
  .collection__title h2{
    font-size:2.8rem;
  }
  .card-wrapper{
    h3, .button{
      font-size:1.4rem !important;
    }
  }
  .card__information{
    padding:0 !important;
  }
}