.footer-socials__link{
    margin: 0 .5rem;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .2s ease;
    /* filter: grayscale(100%); */
}
.footer-socials__link svg {
    transition: .2s ease;
}

.footer-socials__link:hover{
    border-color: #d81c1c;
    /* filter: none; */
}

.footer-socials__link:hover svg{
    fill: #d81c1c;
}

@media (max-width: 575px) {
    .footer-socials{
        margin-bottom: 15px;
    }
}