.card-custom-collection {
  position: relative;
  height: 400px !important;
}

.card-custom-collection .card__inner {
  position: absolute !important;
  height: inherit;
  z-index: 0;
}

.card-custom-collection .card__inner::after{
      background: linear-gradient(358deg, #00000080, transparent);
    z-index: 1 !important;
}

.card-custom-collection .card__content {
  z-index: 1;
  align-items: end;
  padding: 2rem !important;
}
