.socials-list{display:flex;grid-gap:12px;gap:12px}@media(min-width:768px){.socials-list{grid-gap:20px;gap:20px}}.socials-list__item{display:block;color:var(--button-secondary-background)}.socials-list__item svg{display:block;width:3rem;height:3rem;fill:var(--button-secondary-background);transition:all .2s ease-in}.socials-list__item svg:hover{fill:var(--button-secondary-background-hover)}.header-desktop-socials{display:flex;grid-gap:1rem;gap:1rem;font-size:14px;line-height:20px}