footer{margin-top:120px;padding-block:min(100px,15vw);background-color:#fff}footer div.footer-layout{display:grid;grid-template-columns:.8fr 1fr}footer div.footer-layout>figure{grid-area:1/1/2/2}footer div.footer-layout>nav{grid-area:1/2/3/3}footer div.footer-layout>small{grid-area:2/1/3/2}@media (width < 920px){footer div.footer-layout{grid-template-columns:1fr}footer div.footer-layout>figure{grid-area:1/1/2/2}footer div.footer-layout>nav{grid-area:2/1/3/2}footer div.footer-layout>small{grid-area:3/1/4/2}}@media (width < 920px){footer div.footer-layout>figure{text-align:center}}footer div.footer-layout>figure>img{max-width:100%}footer div.footer-layout>nav{display:grid;grid-template-columns:repeat(2,1fr);column-gap:40px}@media (width < 920px){footer div.footer-layout>nav{grid-template-columns:repeat(1,1fr);margin-top:40px}}footer div.footer-layout>nav>a{text-decoration:none;padding-block:20px;border-bottom:dotted 2px var(--c-border-gray);display:flex;column-gap:10px;font-size:14px;line-height:1.2;color:var(--c-black)}footer div.footer-layout>nav>a:hover{opacity:.7}footer div.footer-layout>nav>a>img{width:10px}footer div.footer-layout>small{align-self:end;font-size:12px;line-height:1.2;color:var(--c-black)}@media (width < 920px){footer div.footer-layout>small{text-align:center;margin-top:40px}}
