.footer{display:flex;flex-direction:column;background-color:var(--footer-background);padding:1rem;border-radius:1rem}.main{max-width:calc(100% -1.5rem);display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-template-rows:auto auto;padding:4rem;gap:1rem}.footer-quote{display:flex;flex-direction:column;padding:1rem}.footer-head{font-size:2rem;text-transform:uppercase;font-family:Russo One,serif;font-weight:400;font-style:normal;margin-bottom:2rem}.quote{font-family:Playfair Display,serif;font-size:1.2rem}.footer-socials{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.footer-socials h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-socials ul{list-style:none;display:flex;gap:4rem}.footer-bottom{margin:1rem 0;text-align:center;font-size:1rem}@media (max-width:480px){.footer{justify-content:center;align-items:center}.main{text-align:center;padding:1rem}.footer-quote{align-items:center;justify-content:center}.social-icon{height:2rem}.footer-socials ul{gap:2rem}.quote{font-size:1rem}.footer-head{font-size:1.5rem}.footer-bottom{margin-top:1rem;font-size:.7rem}}