.social-links{display:flex;list-style:none;padding:0;margin:0;display:flex;gap:35px;justify-content:center}li.social-link{width:85px;height:85px}.social-links li.social-link a figure{border-radius:100px;background:var(--Brand-Yellow);display:flex;width:85px;height:85px;padding:9px 0;justify-content:center;align-items:center;aspect-ratio:1/1;border:1px solid var(--Brand-Yellow);transition:all .25s ease-in-out}.social-links li.social-link a figure svg path{transition:all .25s ease-in-out}.social-links .hidden{display:none}.social-links li.social-link a:hover figure{background:0 0}.social-links li.social-link a:hover figure svg path{fill:var(--Brand-Yellow)}@media (max-width:600px){.social-links li.social-link{width:65px;height:65px;display:flex;justify-content:center}.social-links li.social-link a figure{width:65px;height:65px}.social-links li.social-link a figure svg{max-width:30px}#social h2{font-size:30px !important}}