footer{background-color:var(--color-grey);margin-top:5rem;padding:3rem 0}.footer-content{align-content:center;display:flex;flex-direction:column;gap:3rem;padding:0 1rem}@media only screen and (min-width:767px){.footer-content{align-content:center;align-items:center;flex-direction:row;justify-content:space-between}}.footer-links{display:flex;flex-direction:column;gap:.5rem}@media only screen and (min-width:767px){.footer-links{display:flex;flex-direction:row;gap:2rem}}.footer-links a{color:var(--color-charcoal)}.footer-links a:hover{text-decoration:underline}.footer-copyright{display:flex;padding:1rem}.footer-copyright--left{justify-content:flex-start}.footer-copyright--right{justify-content:flex-end}