.footer{background-color:#f2f2f2}
.footer .footer__logo-container{margin:0;margin-right:auto;display:flex;align-items:center;margin-bottom:30px}
.footer .footer__logo{max-width:225px}
.footer .container{padding:30px 16px}
.footer .foot-menu a{display:inline-flex;color:#000;font-weight:bold}
.footer .component__spacing-top{margin-top:30px}
.footer .foot-menu{display:block;margin:0 0 35px 0}
.footer .ul-list p{color:#000;padding-right:0;float:right}
@media screen and (min-width:768px){.footer .foot-menu{display:inline-block;margin:0 20px 20px 0}
.footer .footer__logo-container{margin-bottom:15px}
}
@media screen and (min-width:1024px){.footer .container{padding:60px 16px}
.footer .foot-menu{list-style:none;display:inline-block;justify-content:center;flex-wrap:wrap;padding:0;margin:0 20px 20px 0}
.footer .ul-list p{padding-right:40px}
}