.footer-top__social{align-items:center;display:flex;justify-content:space-between;margin-top:6.4rem;h3{color:var(--text-color-dark--lighter)}.footer-top__social-links{align-items:center;display:flex;gap:1.8rem;justify-content:flex-end;a{display:block;height:4.8rem;width:4.8rem;svg{height:100%;transition:all .3s ease;width:100%;rect{stroke:var(--text-color-primary);transition:stroke .3s ease}path{fill:var(--text-color-primary);transition:fill .3s ease}}&:hover{svg{rect{stroke:var(--text-color-dark--lighter)}path{fill:var(--text-color-dark--lighter)}}}}}}@media (max-width:767px){.footer-top__social{align-items:flex-start;flex-direction:column;gap:2rem;justify-content:space-between;margin-top:0;.footer-top__social-links{flex-wrap:wrap;gap:2rem 1.4rem;justify-content:center;a{width:5.4rem;svg{height:auto;width:100%;rect{stroke:var(--text-color-dark)}path{fill:var(--text-color-dark)}}}}}}