.zsection {
    padding: 80px 0;
    margin: 0 50px 0;
}

.header-top a.cta-btn {
    margin-bottom: 40px;
}

.header-top h1 {
    font-family: var(--zf-primary-extrabold);
}

.content-wrap {
    max-width: 1170px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.zsection.header-top {
    background: #f3f3f3;
    text-align: center;
    padding: 100px 0 0;

}

.common-problems {
    background: #FED70B;
    color: #000;
}

.common-problems h2 {
    font-size: 40px;
    max-width: 450px;
    font-family: var(--zf-primary-bold);
    margin-bottom: 60px;
    /* border-bottom: 4px solid #fff; */
    padding-bottom: 5px;
}

.z-two-column {
    display: table;
    width: 100%;
}

.z-two-column .column-block {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}

.icon-wrap {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}

.icon-wrap:nth-child(odd) {
    width: 20%;
}

.icon-wrap:nth-child(even) {
    width: 70%;
}


.icon-wrap span {
    background: url('/sites/zweb/images/campaigns/soloprenuers-sprite-dark.png');
    background-size: auto 66px;
    width: 66px;
    height: 66px;
    display: inline-block;
    margin-bottom: 20px;
}


.z-two-column .column-block:nth-child(1) .icon-wrap span {
    background-position: 0 0;
}

.z-two-column .column-block:nth-child(2) .icon-wrap span {
    background-position: -66px 0;
}


.z-two-column .column-block:nth-child(3) .icon-wrap span {
    background-position: -133px 0;
}

.z-two-column .column-block:nth-child(4) .icon-wrap span {
    background-position: -199px 0;
}

.z-two-column .column-block:nth-child(5) .icon-wrap span {
    background-position: -265px 0;
}


.tab-content.active img {
    animation: slide-down 1s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}


.icon-wrap p {
    margin-bottom: 40px;
}



.header-top .img-section {
    max-width: 800px;
    margin: 0 auto;
}


.help-section .content-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
}




.help-section .list-item,
.help-section .list-view {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.help-section .list-view {
    width: 80%;
    padding: 0 20px;
    box-sizing: border-box;
}

.help-section .list-item {
    width: 20%;
}




.list-item ul {
    padding-top: 30px;
    transition: top 500ms linear;
    position: relative;
    top: 0;
}


.list-item ul li {
    cursor: pointer;
    line-height: 50px;
    font-family: var(--zf-primary-semibold);
}

.list-item ul li.active {
    color: var(--zwc-link-clr);
}

.get-started {
    background: #F5F5F5;
}

.get-started-wrap {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.get-started h2 {
    font-family: var(--zf-primary-extrabold);
}

.get-started-wrap p {
    font-family: var(--zf-primary-semibold);
}

.zsection.header-top p {
    max-width: 610px;
    margin: 0 auto 40px;
}


.zsection.get-started {
    margin: 50px;
}

.list-item ul.listfixed {
    position: fixed;
    width: 16%;
    top: 20%;
}

.tab-content {
    padding: 70px 0 0;
}

.header-top .img-section img {
    vertical-align: middle;
}

.list-view h3 {
    font-size: 34px;
    font-family: var(--zf-primary-extrabold);
    max-width: 690px;
}



.list-view h4 {
    font-size: 30px;
    font-family: var(--zf-primary-bold);
    position: relative;
    display: inline-block;
}

.list-view h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #333;
    transition: all 500ms linear;
}

.list-view h4.anim:before {
    width: 100%;
}

.tab-content img {
    box-shadow: 0px 0px 14px 0px rgba(176, 176, 176, 0.3);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(176, 176, 176, 0.3);
}


@media screen and (min-width: 992px) {
    .tab-content img {
        max-width: 90%;
    }

    .z-two-column .column-block:nth-child(odd) {
        padding-right: 20px;
    }

    .z-two-column .column-block:nth-child(even) {
        padding-left: 20px;
    }





}

@media screen and (max-width: 991px) {
    .zsection {
        margin: 0 20px;
    }

    .zsection.get-started {
        margin: 0 30px;
    }

    .help-section .list-item {
        display: none;
    }

    .help-section .tab-content h4 {
        display: block;
        font-size: 24px;
    }

    .help-section .list-view {
        width: 100%;
        text-align: center;
    }

    .tab-content {
        padding: 30px 0;
    }

}



@media screen and (max-width: 767px) {
    .z-two-column .column-block {
        display: block;
        width: 100%;
    }

    .icon-wrap:nth-child(odd) {
        text-align: center;
        display: block;
        width: 100%;
    }

    .icon-wrap:nth-child(even) {
        text-align: center;
        display: block;
        width: 100%;
    }


    .common-problems h2 {
        margin: 0 auto 60px;
        text-align: center;
        font-size: 28px;
    }

    .list-view h3 {
        font-size: 28px;
    }

}