body {
    color: var(--font-color);
}
#zriadovatel { margin-bottom: 50px ;}
.title {
    color: var(--font-color);
}
.image-wrapper {
    height: 90vh;
    width: 100%;
}

.image-wrapper .subtitle-up {
    font-size: 32px !important;
    font-weight: bold !important;
    color: var(--background-color) !important;
}

.info__wrapper  {
    margin-top: 50px;
}
.info__wrapper a{
    border: none !important;
    background: none;
    font-size: 28px;
    font-weight: 500 !important;
    text-decoration: none;
    color: var(--background-color) !important;
}

.info__wrapper .contact__wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}


.contact__wrapper i {
    font-size: 32px;
    color: var(--background-color);
}

.contact-section__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-item {
    width: 48%;
    margin-bottom: 20px;
}
.contact-item p {
    margin: 5px 0;
}
.contact-item .name {
    font-weight: bold;
}



.find-us, .our-people {
    margin: 50px 0;
}
.find-us .map__wrapper {
}

.find-us .map__wrapper iframe {
    width: 100%;
}

.find-us .subtitle-up {
    color: var(--primary-color);
}

.main-contact {
    background-color: var(--primary-color);
    color: white;
    padding: 50px 0;
}
.main-contact .title {
    color: white;
}

.main-contact .subtitle-up {
    color: var(--background-color);
    font-size: 28px ;
    font-weight: bold ;
}

.our-people .subtitle-up {
    font-size: 28px ;
    font-weight: bold ;
    color: var(--primary-color) ;
}


@media (max-width: 876px) {
    .subtitle-up{
        font-size: calc(var(--subtitle-size)/1.7) !important;
        top: 10px;
    }
    .title {
        font-size: calc(var(--title-size)/2) !important;
        margin-bottom: 20px;
    }

    .image-wrapper .title {
        font-size: 32px !important;
    }

    .image-wrapper .subtitle-up {
        font-size: 22px !important;
    }

    .contact-section__wrapper {
        flex-direction: column;
    }
    .contact-section__wrapper .contact-item {
        width: 90%;
    }
}