footer .footer-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end;align-items:center}footer .social-links{width:100%;display:flex;gap:8px;justify-content:flex-end;margin-top:4px}footer .social-links a{width:27px;height:27px;border:1px solid #454545;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:#e4e4df;font:700 13px Manrope;transition:border-color .18s ease,color .18s ease,background .18s ease}footer .social-links a:hover{border-color:#405f9f;color:#fff;background:#405f9f}@media(max-width:800px){footer .footer-links{justify-content:flex-start;margin-top:19px}footer .social-links{justify-content:flex-start}}
