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}