footer{padding:60px 0 24px;background-color:var(--color-grey-600)}footer h2{margin-bottom:60px}footer p{color:var(--color-grey-200)}footer .footer-cards{display:flex;gap:20px;justify-content:center}footer .footer-cards>a{display:flex;gap:24px;align-items:center;justify-content:space-between;width:412px;max-width:100%;padding:20px;text-decoration:none;background-color:var(--color-grey-500);border-radius:8px}footer .footer-cards>a>div{display:flex;gap:8px;align-items:start}footer .footer-cards h4{margin-bottom:4px}footer hr{margin:60px 0 24px;background-color:var(--color-grey-500)}footer .copyright-and-links{display:flex;gap:24px;justify-content:space-between}footer .copyright{display:flex;flex-direction:column;justify-content:space-between}footer .links-social{display:flex;gap:16px;justify-content:end;margin-bottom:18px}footer .links-social>a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:rgba(255, 255, 255, 0.2);border-radius:100%}footer .links-legal{display:flex;gap:28px;justify-content:end}footer .links-legal>a{font-size:14px;color:var(--color-grey-200);text-decoration:none}@media (max-width:1024px){footer{padding-top:48px}footer h2{margin-bottom:48px}footer .footer-cards{flex-direction:column;gap:12px;align-items:center}footer .footer-cards>a{width:452px}footer hr{margin-top:48px}}@media (max-width:768px){footer hr{margin:48px -16px 32px}footer .copyright-and-links{flex-direction:column;gap:36px}footer .copyright{gap:16px;align-items:center;order:2}footer .links-social,footer .links-legal{justify-content:center}}