.my {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #CE6748;
	color: white;
}

@media screen and (max-width: 1279px){
    .my {
        padding: 10px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 982px){
    .my h1 {
        font-size: 30px;
        text-align: center;
    }

    .my h3 {
        font-size: 20px;
    }

    .my img {
        width: 70vw;
    }
}

@media screen and (max-width: 718px){
    .my h3 {
        font-size: 15px;
        text-align: center;
    }
}

.kdo-jsme {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 60px;
    padding: 100px 50px 100px 50px;
}

.kdo-jsme img {
    width: 400px;
    border: 3px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.kdo-popis {
    width: 40vw;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 982px){
    .kdo-jsme {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .kdo-popis {
        width: 100%;
    }
}

.cile {
    background-color: #CE6748;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 10%;
	color: white
}

.cile h1 {
    padding: 20px;
}

.cil {
    display: flex;
    flex-direction: row;
    margin: 15px;
    gap: 20px;
}

.cil1 {
    display: flex;
    flex-direction: row;
    margin: 15px;
    gap: 14px;
}

.cilfoto {
    height: 500px;
}

@media screen and (max-width: 982px){
    .cile {
        flex-direction: column;
        gap: 15px;
    }
}

.nadpis-rada {
    padding: 50px;
}

.nadpis-rada {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white);
    text-transform: uppercase;
}

.cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3 ,450px );
    grid-template-rows: repeat(2, 450px);
    place-items: center;
    justify-content: center;
    align-content: center;
    padding-bottom: 100px;
    margin-bottom: 1px;
}

.cards2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3 ,450px );
    grid-template-rows: repeat(1, 450px);
    place-items: center;
    justify-content: center;
    align-content: center;
    padding-bottom: 100px;
    margin-bottom: 1px;
}

.card {
    background-color: #CE6748;
    border-radius: 7%;
    width: 328px;
    height: 350px;
    display: flex;
    gap: 1px;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
}

.card img {
    border-radius: 7%;
}

.card h3 {
    font-size: 20px;
    padding-left: 10px;
}

.jmeno-karta {
    padding: 5px;
}

.pozice {
    padding: 1px;
    color: var(--primary);
}

.medailonek {
    padding: 5px;
    text-align: center;
}

.jmeno-karta h2 {
    font-size: 24px;
}

.social-icons {
    position: relative;
    top: 2px;
    left: 10px;
}

@media screen and (max-width: 1279px){
    .cards {
        grid-template-columns: repeat(2 ,450px );
        grid-template-rows: repeat(2, 450px);
    }
}

@media screen and (max-width: 982px){
    .cards {
        grid-template-columns: repeat(1 ,450px );
        grid-template-rows: repeat(1, 450px);
    }
}

@media screen and (max-width: 704px){
    .nadpis-rada img {
        width: 50px;
    }

    .nadpis-rada h1 {
        font-size: 30px;
        text-align: center;
    }
}

.mapa {
    background-color: #CE6748;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 100px 0px 100px 0px;
}

#mapa-google {
    width: 700px;
    height: 450px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.nadpis {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.info {
    display: flex;
    flex-direction: column;
}

.sidlo,
.kon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mapa-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10%;
    width: 60%;
}

.pod-mapou {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    width: 100%;
}

@media screen and (max-width: 1061px){
    .mapa-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3vw;
        width: 100vw;
    }

    .pod-mapou {
        flex-direction: row;
    }
}

@media screen and (max-width: 982px){
    #mapa-google {
        width: 70vw;
        height: 40vw;
    }

    .pod-mapou {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
    }
}

@media screen and (max-width: 480px){
    .kdo-jsme img {
        width: 300px;
    }

    .cilfoto {
        width: 300px;
        height: auto;
    }
}