footer {
    background: #002D62;
    display: flex;
    justify-content: center;
    color: white;
    line-height: 150%;
    padding-bottom: 50px;
    margin-top: 2em;
}
footer .nadpis {
    display: flex;
    justify-content: center;
}
footer .rozhrani {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
footer .rozhrani .adresa {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
footer .fa-solid.fa-location-dot {
    font-size: 1.5em;
}
footer .rozhrani .kontaktniOsoba1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
footer .rozhrani .kontaktniOsoba2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer h2 {
    margin: 1.5em 0;
    font-size: 2rem;
    font-weight: bold;
}
footer h3 {
    font-size: 1.3rem;
    margin: 0.75em 0;
    font-weight: bold;
}
@media (max-width: 750px) {
    footer .rozhrani {
        flex-direction: column;
        align-items: center;
    }
}