.navigation_container {
    background-color: var(--white);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.logo {
    width: 31px;
    height: auto;
    transition: all .2s ease 0s;
}

.introduction {
    display: none;
}

.dropdown_content {
    background-color: #FFFFFF;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
}

.dropdown_menu {
    background-color: var(--white);
}

@media (max-width: 950px) {
    .location_section .gfo_map {
        margin-top: 0;
    }

    .location_section {
        margin-bottom: -40px;
    }
}