.help-wrap{background:#fff}
div.userlink a {
    color: #03a9f5;
    border-right: 2px solid #c9d6ed;
    padding-right: 10px;
    font-family: var(--primaryfont-semibold);
}
div.userlink a:nth-child(2) {
    border-right: none;
    padding-left: 8px;
}
a.learn-more {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
}

.one-col {
    position: relative;
    transition: 0.3S ALL;
}

p.zres-contact span a {
    position: relative;
    z-index: 2;
}
.zres-contact span {
    display: block;
    font-size: 16px;
    line-height: 30px
}
.help-wrap .col-block>span {
    background: url(/sites/zweb/images/dataprep/resources-icon-sprite.png);
    background-size: 200px auto;
    display: inline-block;
    width: 48px;
    height: 50px;
    margin-bottom: 15px;
}
.help-wrap .col-block:nth-child(2)>span {
    background-position: -100px 0;
    width: 50px;
}

.help-wrap .col-block:nth-child(3)>span {
    background-position: -51px -60px;
    width: 53px
}


.help-wrap .col-block:nth-child(4)>span {
    background-position: -160px 0;
    width: 40px;
}

.help-wrap .col-block:nth-child(5)>span {
    background-position: -105px -65px
}

.help-wrap .col-block:nth-child(6)>span {
    background-position: 0 -115px;
    height: 49px;
}

.help-wrap .col-block:nth-child(7)>span {
    background-position: -153px -63px;
    width: 47px;
}
