.cenik-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 10rem;
  justify-content: center;
}

.cenik-item {
  border: 5px solid var(--3D-orange);
  border-radius: 1rem;
  box-shadow: 1px 1px 10px black;
  padding: 1rem;
  margin: auto 2rem;
}
.cenik-wrapper h2 {
  font-size: 8rem;
  margin: 0 auto;
}

.cenik-wrapper h3 {
  font-size: 2rem;
}

@media screen and (max-width: 1000px) {
  .cenik-wrapper {
    flex-direction: column;
    padding-top: 5rem;
  }
  
  .cenik-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
