.cbcurrencyconverter-icon {
    position: relative;

    &:before{
        content: ' ';
        background-image: url('../images/elementor_icon.png');
        background-size: contain;
        width: 26px;
        height: 26px;
        display: block;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
}