.bundle-carousel__card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.bundle-carousel__card__image {
  aspect-ratio: 788 / 940;
}

.bundle-carousel__card__text {
  padding: var(--spacing--item--mobile) 0;
}

.bundle-carousel__card__link {
  margin-top: auto;
  height: 40px;
  width: 100%;
}
