footer {

    & .map-footer-logo-container {
        max-width: 20%;

        & > div {
            justify-content: end !important;
        }
    }

    & .elementor-widget-map-footer-contact {
        @media screen and (min-width: 1240px) {
            max-width: 85vw !important;
        }

        & .footer-contact-widget {
            display: flex;
            justify-content: space-between;

            & .location-label {
                display: flex ;
                align-items: center;

                & p {
                    font-size: 44px;
                    font-weight: 500;
                    line-height: 48px;
                    letter-spacing: 0.5px;
                }
            }

            & .footer-address-widget {
                display: flex;
                flex-direction: column;
                gap: 24px;
                margin-left: auto;

                & > div {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                }

                p {
                    color: var(--Neutral-32);

                    font-size: 14px;
                    font-weight: 400;
                    line-height: 21px;
                    margin-bottom: 0;

                    width: fit-content;

                    &.uppercase {
                        color: var(--Neutral-16);
                        font-weight: 700;
                        line-height: 28px;
                        letter-spacing: 2.8px;
                        text-transform: uppercase;
                    }
                }
            }
        }
    }

    & .footer-menu-container {
        & .elementor-widget-nav-menu {
            justify-content: end;
            color: var(--Neutral-32);

            & li.menu-item a{
                padding-top:4px;
                padding-bottom:4px;
                font-size: 14px;
                line-height: 21px;
            }
        }
    }

    @media screen and (max-width: 767px) {

        & .map-footer-logo-container {
            margin-bottom: 45px;
            & img {
                margin-left: 22px;
                max-width: 87px;
            }
        }

        & .elementor-widget-map-footer-contact {
            margin-bottom: 100px !important;

            & .footer-contact-widget {
                justify-content: flex-start; 

                & .footer-address-widget {
                    margin-left: 32px; 
                }
            } 
        }
    }
}