.icon-whatsapp:before {
    content: url(/wp-content/uploads/2022/09/wsp-1.png) !important;
}


.sc_icons_fill .sc_icons_item .sc_icons_item_more_link .link_text {
    display: inline;
}


.sc_icons .sc_icons_item .sc_icons_item_more_link .link_text {
    position: relative;
    margin-right: 0;
    display: inline;
    vertical-align: middle;
    text-indent: -110px;
    visibility: initial;
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
    transition: visibility 0.4s ease,margin-right 0.4s ease-out,text-indent 0.5s ease-out,opacity 0.4s ease;
    will-change: visibility,margin-right,text-indent,opacity;
}


.sc_icons_fill .sc_icons_item .sc_icons_item_more_link .link_icon {
    display: inline-block;
    width: 17px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 1rem;
}