.cenik-section {
  width: 100%;
  padding: 96px 80px;
}

.cenik-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 524px;
  gap: 96px;
}
@media screen and (max-width: 968px) {
  .cenik-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cenik-sm-title {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: rgba(10, 48, 85, 0.1);
  color: #0A3055;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 12px;
  max-width: fit-content;
}

.cenik-title {
  color: #0A3055;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 66px */
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 24px;
}

.cenik-description {
  color: rgba(10, 48, 85, 0.7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: 40px;
}

.cenik-btns {
  display: flex;
  flex-direction: wrap;
  gap: 8px;
}

.cenik-table-title {
  color: #0A3055;
  font-feature-settings: "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  padding-bottom: 12px;
}
.cenik-table-title strong {
  color: #1E90FF;
  font-feature-settings: "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.cenik-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
}
.cenik-table th, .cenik-table td {
  padding: 16px 20px;
  text-align: left;
}
.cenik-table tbody tr:nth-child(odd) {
  background-color: rgba(30, 144, 255, 0.05);
}
.cenik-table tbody tr:nth-child(even) {
  background-color: rgba(30, 144, 255, 0.1);
}
.cenik-table td:first-child,
.cenik-table th:first-child {
  min-width: 300px;
  max-width: 334px;
  border-right: 1px solid rgba(30, 144, 255, 0.2);
}

/*# sourceMappingURL=style.css.map */
