.social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;gap:var(--gap-md);justify-content:center}.social-links__link{color:var(--white);display:block;font-size:0}.social-links__link:active,.social-links__link:focus,.social-links__link:hover{color:var(--white)}.social-links__link svg{height:2.4rem;fill:currentColor}@media (min-width:992px){.social-links{-webkit-box-pack:start;-ms-flex-pack:start;gap:var(--gap);justify-content:flex-start}}