.social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;gap:4rem;justify-content:center}.social-links span{font-family:500;font-size:2.4rem;line-height:1}.social-link{color:var(--base-color);display:grid;font-size:0;place-content:center}.social-link svg{height:3.8rem;fill:var(--base-color);-webkit-transition:all .2s ease;transition:all .2s ease}.social-link:active svg,.social-link:focus svg,.social-link:hover svg{opacity:1;fill:var(--green)}@media (max-width:767px){.social-links{flex-wrap:wrap;justify-content:center}.social-links span{text-align:center;width:100%}}@media (min-width:768px){.social-links{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}