.navbar-desktop ul li:nth-child(4)::before {
    height: 1.4rem;
}



/* ==== TRENERSKY CARDS ======== TRENERSKY CARDS ==== */

.card-section {
    margin-left: 7%;
    border-left: solid 2px #2e6d3c;
    padding: 1rem;
    margin-top: 3rem;
}
.card-section h3 {
    font-size: 1.9rem;
    font-weight: 500;
    color: #2e6d3c;
    font-family: "atyp-kido-variable", sans-serif;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 2rem;

}

.card-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}

.card {
    overflow: hidden;
    height: 400px;
    width: 270px;
    border-radius: 35px;
    background-color: white;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.card h4 {
    margin: 1rem 0 0.7rem 0.5rem;
    font-weight: 500;
    font-size: 1.2rem;
}

.card p {
    margin: 0.2rem 0.5rem 0 0.5rem;
    line-height: 1.2rem;
}

.card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

@media  (max-width:760px) {
    .card-section {
        margin-right: 1rem;
        margin-left: 1rem;  
    }
}