.social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;gap:3.2rem;justify-content:center}.social-links__link{font-size:0}.social-links__link svg{height:2.4rem;fill:var(--base-color);-webkit-transition:all .2s ease;transition:all .2s ease}.social-links__link:active svg,.social-links__link:focus svg,.social-links__link:hover svg{fill:var(--primary-color-hover)}@media (min-width:992px){.social-links{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}