.cenik {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.cenik__header {
  text-align: center;
  margin-bottom: 40px;
}
.cenik__title {
  font-size: 32px;
  margin-bottom: 16px;
  color: #333;
}
.cenik__subtitle {
  font-size: 18px;
  margin: 0 auto;
}
.cenik__item-title {
  font-size: 18px;
  font-weight: 600;
}
.cenik__item-price {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  text-align: right;
  min-width: 180px;
}
.cenik__item-description {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.cenik .cenik_postavka {
  display: flex;
  border-bottom: dashed 1px;
  justify-content: space-between;
  align-items: bottom;
  padding: 5px 0;
}
.cenik .cenik_postavka:last-child {
  border: none;
}
.cenik .cenik_postavka .cenik__item-podopis {
  font-size: 13px;
}
.cenik h3 {
  margin-bottom: 0;
  font-size: 22px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cenik {
    padding: 40px 0;
  }
  .cenik__title {
    font-size: 28px;
  }
  .cenik__subtitle {
    font-size: 16px;
  }
  .cenik__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
