/* ============================================================
   KONTAKT / O NAS PAGE
   ============================================================ */

.kontakt-page {
    background: #fff;
    font-family: "Roboto", "Segoe UI", Arial, sans-serif;
    color: #000;
}

.kontakt-page__header {
    
    margin-bottom: 1.4rem;
    padding-bottom: 0.9rem;
}

.kontakt-page__title {
    margin: 0 0 0.7rem;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 900;
    color: #1b3380;
}

.kontakt-page__lead {
    margin: 0 0 0.65rem;
    line-height: 1.65;
    font-size: 1rem;
}

.kontakt-section {
    margin-bottom: 1.55rem;
}

.kontakt-section h2 {
    font-size: 1.23rem;
    font-weight: 800;
    margin: 0 0 0.65rem;
    color: #000;
    
}

.kontakt-section h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
    color: #000;
}

.kontakt-section p,
.kontakt-section li {
    line-height: 1.68;
    font-size: 1rem;
}

.kontakt-people-lines {
    line-height: 1.68;
    font-size: 1rem;
}

.kontakt-page__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    margin-top: 0.7rem;
}

.kontakt-people-list {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 1.5rem;
}

.kontakt-people-list li {
    margin-bottom: 0.35rem;
    break-inside: avoid;
}

.kontakt-section__note {
    color: #323a48;
    font-size: 0.975rem;
}

.kontakt-card {
    border: 1px solid #e5e8ed;
    background: #fafbfd;
    padding: 0.9rem 1rem;
    margin-top: 0.7rem;
    border-radius: 4px;
}

.kontakt-page a {
    color: #004a9f;
    text-decoration: underline;
    text-decoration-color: rgba(0, 74, 159, 0.35);
    text-underline-offset: 2px;
}

.kontakt-page a:hover {
    text-decoration-color: rgba(0, 74, 159, 0.9);
}

@media (max-width: 991.98px) {
    .kontakt-page__title {
        font-size: 1.65rem;
    }

    .kontakt-section h2 {
        font-size: 1.1rem;
    }

    .kontakt-people-list {
        column-count: 1;
    }
}
