.a-card-product .card__heading.h5 {
  font-family: var(--second-font-family);
}

.a-card-product .card__information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.a-card-product .card__heading {
  font-size: 12px;
  font-weight: var(--regular);
}

@media screen and (min-width: 750px) {
  .a-card-product .card__heading {
    font-size: 16px;
  }
}
