section.cenik {
    padding: 2rem 32px;
    overflow-x: auto;
}

@media (min-width: 1000px) {
    section.cenik {
        padding-left: 10%;
        padding-right: 10%;
    }
}

section.cenik table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-radius: 0.5em 0.5em 0 0;
    overflow: hidden;
}

section.cenik th,
section.cenik td {
    padding: 1rem;
    text-align: left;
    word-wrap: break-word;
    border-bottom: 2px solid var(--bg2);
}

section.cenik th:first-child,
section.cenik td:first-child {
    width: 65%;
}

section.cenik th:last-child,
section.cenik td:last-child {
    width: 35%;
    text-align: right;
}

section.cenik thead th {
    background: var(--color-2);
    color: #fff;
}

section.cenik tbody tr:last-child td {
    border-bottom: none;
}
