/* SOCIAL ICONS */

.social-icons{
display:inline-flex;
gap:4px;
align-items:center;
}

.social-icons .social-icon svg{
width:24px;
height:24px;
fill:#9ca2a7;
display:block;
transition:fill .25s ease, transform .25s ease;
position:relative;
top:8px;
}

.social-icons .social-icon:hover svg{
fill:#154c9c;
transform:scale(1.15);
}