.card__information-wrapper {
  justify-content: start !important;
}

.product_card {
  position: relative;
}

.card__content.top_overlay {
  position: absolute;
  bottom: 88px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

.card__content.top_overlay .card__information-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
}
