/* Tutaj jest miejsce na Twoje style */
.products img {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: -56px;
}
@media screen and (min-width: 576px) {
  .products img {
    max-width: 80%;
  }
}

.products__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px 32px;
}

@media screen and (min-width: 576px) {
  .products__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .products__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.products__item-price--bundle {
  opacity: 0.5;
}

.products__item-price--bundle p,
.products__item-price--normal p {
  font-size: 1.14rem;
  margin-bottom: 16px;
}

.products__item-price {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 32px;
}

.products__item-price--bundle,
.products__item-price--normal {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products__item-price--bundle p:last-child,
.products__item-price--normal p:last-child {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.products__item .cta {
  margin-top: auto;
}

@media screen and (min-width: 992px) {
  .main__wrapper--right {
    position: relative;
    left: 42%;
  }

  .main__wrapper--right .col-12:first-child {
    margin-left: -80%;
  }

  .main__wrapper--left {
    position: relative;
    right: 42%;
  }

  .main__wrapper--left .col-12:last-child {
    margin-right: -80%;
  }

  .correct-position {
    margin-left: -260px;
  }
}

#hand {
  right: -128px;
  top: -92px;
  display: none;
}

@media screen and (min-width: 1200px) {
  #hand {
    display: block;
  }
}

#fingerprint-1 {
  left: 0;
  top: 46%;
  z-index: -1;
}

#cam {
  right: 0;
  z-index: -1;
}

#face-id {
  left: 0;
  margin-top: -132px;
  z-index: -1;
}

#fingerprint-2 {
  right: 0;
  z-index: -1;
  margin-top: -600px;
}

#icons {
  left: 0;
  z-index: -1;
}
