

.products__item-footer-button {
    position: relative;
    margin-bottom: 20px;
  }/* Tutaj jest miejsce na Twoje style */

  .products__item {
    align-items: center;
  }

  .products__item-footer {
    justify-content: unset;
  }

  .products__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
    border-radius: 16px;
    padding: 40px;
  }

  .products__wrapper ul {
    list-style-position: inside;
  }

  .black {
    background-color: #000;
    color: #fff;
  }

  .white {
    border: 1px solid #000;
  }

  .prods {
    display: flex;
    gap: 20px;
  }

  @media screen and (min-width: 768px) {
    .prods-2 {
        flex-direction: row-reverse;
    }
  }

    @media screen and (max-width: 768px) {
      .prods {
        flex-direction: column;
      }
  }