@charset "utf-8";

footer > div > .menu { justify-content:center; column-gap:70px; }
footer > div > .media { justify-content:center; }
footer > div > .media > .logo { width:200px; margin-right:0; }

.navigation > .menu > .inner > .menu { justify-content:center; column-gap:70px; }
.navigation > .menu > .inner > .media { justify-content:center; }
.navigation > .menu > .inner > .media > .logo { width:200px; margin-right:0; }



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

footer > div > .media > .logo { width:auto; }
.navigation > .menu > .inner > .media > .logo { width:auto; }

}

