.cbxtakeatour-icon {
    position: relative;
}

.cbxtakeatour-icon:before {
    content: ' ';
    background-image: url('../../../assets/images/icon.png');
    background-size: contain;
    width: 28px;
    height: 28px;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}