.social_icon, .social_icon .dashicons::before{
    display: block;
    width: 48px!important;
    position: relative;
}
.social_icon i{
    width: unset;
    height: unset;
}
.social_icon,.social_icon:hover{
    transition: all 0.3s ease;
}
.social_icon:hover{
    border-bottom-color: var(--pri-color);
    transform: scale(1.2);
}