.footer__main{display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto;padding:4rem 1.5rem 3rem}.footer__brand img{display:block;height:auto;margin-bottom:1.25rem;max-width:120px}.footer__tagline{color:hsla(0,0%,100%,.55);font-family:var(--font-sans);font-size:.8rem;line-height:1.65;margin:0}.footer__col-heading{margin-bottom:1.1rem}.footer__brand-label,.footer__col-heading{color:var(--color-yellow);font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.footer__brand-label{margin-bottom:1rem}.footer__links{display:flex;flex-direction:column;gap:.6rem;margin:0}.footer__links li{margin:0}.footer__links a{color:hsla(0,0%,100%,.55);font-family:var(--font-sans);font-size:.825rem;text-decoration:none;transition:color var(--transition)}.footer__links a:focus,.footer__links a:hover{color:var(--color-yellow)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom .content-wrapper{margin:0 auto;padding:1.25rem 1.5rem}.footer__bottom p{color:hsla(0,0%,100%,.35);font-family:var(--font-sans);font-size:.75rem;margin:0}@media (max-width:767px){.footer__main{gap:2rem;grid-template-columns:1fr;padding:3rem 1.25rem 2rem}}