.image-with-text__product-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .image-with-text__product-item {
    padding: 4rem;
  }
}

.card-wrapper__push {
  height: fit-content;
  max-width: 40.6rem;
  width: 100%;
}