.social-icon {
    &:hover {
        background-color: $primary;
        span {
            color: $white !important;
        }
    }
}