.footer{padding:4rem 2rem 2rem;background-image:linear-gradient(0deg,#2c2c2c,#1c1c1f);display:flex;flex-direction:column;gap:4rem}.footer>*{width:100%;margin:0 auto;max-width:1450px}.footer .top .logo{max-width:10rem}.footer .top .logo>img{height:fit-content;object-fit:contain}.footer .top p{border-radius:.25rem;padding:.5rem 1rem;width:fit-content;background:#2c2c2c;font-family:monospace}.footer .middle{display:flex;flex-direction:column;gap:1rem}.footer .middle .section{display:flex;gap:.5rem;flex-direction:column}.footer .middle .section p{font-weight:800;font-size:1.25rem}.footer .middle .section ul{font-weight:300;list-style-type:none;display:flex;flex-direction:column;gap:.5rem}.footer .middle .section ul li{display:flex;gap:.5rem;align-items:center}.footer .bottom p{font-weight:300;text-align:center}@media(min-width:768px){.footer .middle{flex-direction:row;gap:4rem}}