.social-links{display:flex;flex-direction:column;gap:var(--gap-4);justify-content:space-between}.social-links__heading{text-align:center}.social-links__links{display:flex;gap:var(--gap-4);justify-content:center}.social-links__link{background-color:var(--dark-blue);border-radius:50%;display:grid;font-size:0;height:4.4rem;place-content:center;width:4.4rem}.social-links__link svg{fill:var(--white);height:1.8rem;-webkit-transition:all .2s ease;transition:all .2s ease}.social-links__link:active,.social-links__link:focus,.social-links__link:hover{background-color:var(--shadow)}.social-links__link:active>svg,.social-links__link:focus>svg,.social-links__link:hover>svg{fill:var(--white)}@media (min-width:768px){.social-links__heading{text-align:left}.social-links{align-items:start;flex-direction:column}.social-links__links{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}