.contacts__column:nth-child(3) {
    align-self: self-start;
}

.site-header.dark {
    background: #000000 !important;
    transition: background .4s ease, top .4s ease;
}

#contact {
    padding: 6rem 0;
    margin-top: 220px;
    padding-top: 0;
}

.contacts__wrapper {
    margin-top: 4.6rem;
    display: flex;
    flex-direction: row;
    gap: 3.2rem;
    justify-content: center;
    align-items: center;
}

.contacts__column {
    flex-basis: calc(33% - 3.2rem);
}

p.contacts__info,
p.contacts__info strong {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
}

.text-align-center {
    text-align: center;
}

p.contacts__info a {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
}

p#flex {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

@media (max-width: 1380px) {
    #contact {
        margin-top: 14%;
    }
}

@media (min-width: 2000px) {

    p.contacts__info,
    p.contacts__info strong {
        font-size: 2.2rem;
    }

    p.contacts__info a {
        font-size: 2.4rem;
    }

    iframe {
        height: 80rem;
    }
}

@media (min-width: 3000px) {
    #contact {
        padding: 6rem 0;
        margin-top: 420px;
        padding-top: 0;
    }

    section#map iframe {
        height: 50dvh;
    }
}

@media (orientation: portrait) {
    .contacts__wrapper {
        flex-direction: column;
    }

    #contact {
        padding: 4.4rem 0;
        margin-top: 14rem;
        padding-top: 0;
    }

    p.contacts__info,
    p.contacts__info strong {
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.4;
    }

    p.contacts__info,
    p.contacts__info strong {
        font-size: 14px;
    }

    p.contacts__info a {
        font-size: 1.4rem;
    }

    .contacts__column {
        max-width: 250px;
    }

    section#map iframe {
        max-height: 300px;
    }

    section.hero {
        height: fit-content;
        max-height: 100vh;
        aspect-ratio: 100 / 107;
    }
    .contacts__column:nth-child(3) {
        align-self: center;
    }
}