.pricing-section {
    position: relative;
    width: 100%;
    height: 120vh;
    background-image: url('assets/20230715_092644\ 1\ \(1\).webp'); /* Nahraďte vlastní cestou k pozadí */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-circle {
    width: 55%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.416);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #A8C657;
    padding: 40px;
    margin-top: 10%;

}

.pricing-content {
    text-align: left;
    color: white;

}

.pricing-content h1 {
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-family: KronaOne;

}

.pricing-content .season-prices {
    margin-bottom: 25px;
    font-family: KottaOna;
    margin-top: 10%;

}

.season-prices p {
    margin-left: 2vw;
}

.pricing-content .season-prices p {
    margin-bottom: 10px;
    color: #f0f0f0;
    font-family: KottaOna;

}

.pricing-content .additional-info {
    font-size: 0.9rem;
    color: #c0c0c0;
    font-family: KottaOna;
    margin-top: 10%;

}

.pricing-content .additional-info p {
    margin-bottom: 10px;
    font-family: KottaOna;
text-align: center;

margin-left: 10%;
margin-right: 10%;
}

@media (max-width: 768px) {
    .pricing-circle {
        width: 90%;
        height: auto;
        max-width: 650px;
        border-radius: 20px;
        padding: 30px;
    }

    .pricing-content {
        width: 100%;
    }
}