/* Tutaj jest miejsce na Twoje style */
.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.cta-wrapper .cta {
  margin-bottom: 0;
  margin-top: 0;
}

.box__wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  background: #f7f7f7;
  border-radius: 16px;
  padding: 64px 32px;
  max-width: 1320px;
  margin: 0 auto;
}

.box__item {
  max-width: 360px;
}

.box__wrapper-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px;
}

.box__item h4 {
  margin-top: 16px;
}

.disclaimer {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  text-align: center;
}

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

@media (min-width: 768px) {
  .accesories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.accesories p,
.accesories h3 {
  text-align: center;
}

.text-link {
  opacity: 0.8;
  text-decoration: underline;
}

.promo-box {
  text-align: center;
  border: 1px solid black;
  border-radius: 16px;
  padding: 32px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 16px;
}

.promo-box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.promo-box span {
  color: #0082fa;
  font-weight: 600;
  font-size: 2rem;
}

.promo-box h2 {
  color: #0082fa;
  margin-bottom: 24px;
}

.promo-box p {
  margin-bottom: 0;
}

.promo-box-flex p:nth-child(2) {
  font-size: 2rem;
}

.feature {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.highlight {
  color: #0082fa;
  font-weight: 600;
}

.box__wrapper {
  background-color: rgba(0, 0, 0, 0.03);
}
