@media only screen and (min-width:650px){
    .footerSeo{
        margin-top: 70px;
    }
    .footerSeo_info, .footerSeo_contact, .footerSeo_Links{
        height: 400px;
        justify-content: flex-start;
    }
    
    .footerSeo_contact{
        margin-top: 50px;
    }
}


@media only screen and (min-width:800px){
    .sectionDir{
        align-items: flex-start;
    }

    .sectionDir_info{
        width: 50%;
        padding: 0 25px;
    }
    .sectionDir_map{
        width: 50%;
    }
}


@media only screen and (min-width:999px){
    .footerSeo_Links{
        margin-top: 20px;
    }

    .footerSeo_action a{
        margin: 0 45px; 
    }
}

