.anticelutidna {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
}

.anticelutidna h1 {
    font-size: 3rem;
    color: rgb(82, 70, 77);
}

.podnadpis {
    text-align: center;
    margin-bottom: 40px;
}

.anticelutidna h2 {
    font-size: 2rem;
    color: rgb(82, 70, 77);
    margin-bottom: 25px;
}

.anticelutidna-vyhody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    align-items: center;
}

.anticelutidna-vyhody img {
    max-width: 400px;
}

.anticelutidna-vyhody li {
    max-width: 400px;
}

.anticelutidna-popis h2 {
    margin-top: 40px;
    text-align: center;
}

.anticelutidna-popis p {
    max-width: 600px;
    text-align: center;
}

.antiage {
    margin-top: 70px;
}

.antiage-vyhody {
    flex-direction: row-reverse;
}

.cennik {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

td {
    padding: 10px 5px;
    vertical-align: top;
}

td:nth-child(2), td:nth-child(3) {
    text-align: right;
    white-space: nowrap;
}

.sub {
    font-size: 14px;
    color: #555;
}

.footer {
    margin-top: 30px;
    font-size: 14px;
    color: #444;
    text-align: left;
}

.cennik h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: rgb(82, 70, 77);
    text-align: center;
}

.container-bankovanie {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 70px;
}

.container-bankovanie h1 {
    color: rgb(82, 70, 77);
}

.podnadpis-bankovanie {
    margin-bottom: 30px;
}

.container-bankovanie ul {
    margin-left: 20px;
}

.container-bankovanie p {
    max-width: 500px;
}

.container-bankovanie-reversed {
    flex-direction: row-reverse;
}

.container-bankovanie img {
    max-width: 500px;
}

@media (max-width: 650px) {
    .anticelutidna h1 {
        font-size: 2.5rem;
        text-align: center;
    }
}

@media (max-width: 935px) {
    .anticelutidna-vyhody {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center;
    }
    .anticelutidna-vyhody li {
        max-width: 90%;
        margin: 0 auto 10px auto
    }
    .anticelutidna-vyhody ul {
      list-style: none;
    }
}

@media (max-width: 425px) {
    .anticelutidna-vyhody img {
      max-width: 90%;
    }
}

@media (max-width: 1100px) {
    .container-bankovanie {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .container-bankovanie ul {
        list-style: none;
    }
}

@media (max-width: 550px) {
    .container-bankovanie img {
        max-width: 90%;
    }
}