/* Tutaj jest miejsce na Twoje style */
.categories img {
  max-width: 1600px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 16px 16px 0 0;
  width: 100%;
}

.categories__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 80px;
}

.categories__wrapper-item .cta {
  margin-top: 0px !important;
}

.categories__wrapper-item p {
}
