footer.footer-module{background-color:var(--primary-dark);padding:5rem 0}footer.footer-module .container{align-items:center;display:flex;flex-direction:column;gap:4rem}footer.footer-module .container .logo-link{height:50px;width:220px}footer.footer-module .container .logo-link .logo{height:100%;width:100%}footer.footer-module .container .logo-link .logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}footer.footer-module .container .bottom-bar{align-items:center;border-top:1px solid hsla(0,5%,96%,.3);display:flex;flex-direction:row;gap:1rem;justify-content:space-between;padding-top:2rem;width:100%}footer.footer-module .container .bottom-bar .copyright,footer.footer-module .container .bottom-bar .link{color:hsla(0,5%,96%,.3)}footer.footer-module .container .bottom-bar .links{align-items:center;display:flex;flex-direction:row;gap:3rem}@media (max-width:768px){footer.footer-module{padding:3rem 0}footer.footer-module .container{gap:3rem}footer.footer-module .container .bottom-bar{flex-direction:column;justify-content:flex-start}footer.footer-module .container .bottom-bar .links{flex-direction:column;gap:1rem}}