.zero,
#assets h1,
#assets h2,
#assets h3,
#assets h4,
#assets h5,
#assets h6,
#assets p {
    margin: 0;
    padding: 0;
}

#assets {
    min-width: 310px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 2rem;
}

#assets .section {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#assets #assets-cards {
   padding-top: 0;
}

#assets .content-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1220px) {
    #assets .wrapper {
        padding: 0 1rem;
    }
}

#assets .assets-item .button__holder {
    position: relative;
    text-align: left;
}

#assets .button__holder {
    position: relative;
    text-align: center;
}

#assets .button {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    border: 0;
    border-radius: 4px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.11111111;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15), 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15), 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

#assets .button-white {
    min-width: 30rem;
    padding: 2rem;
    font-weight: 500;
    color: #168ac9;
    background: #fff;
}

#assets .button-green {
    min-width: 38rem;
    padding: 3rem 2rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.2rem;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#assets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#assets h1 {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 600;
    color: #7fba2f;
}

#assets h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

#assets h4 {
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 300;
}

@media all and (max-width: 410px) {
    #assets .prime__button {
        padding: 2rem;
        min-width: 28rem;
    }
}

@media all and (max-width: 650px) {
    #assets h1 {
        font-size: 4rem;
        line-height: 4rem;
    }

    #assets #banner p {
        font-size: 2rem;
    }
}

#assets #assets-text {
    color: #000;
    text-align: center;
}

#assets #assets-text .section__header {
    margin-top: 4.5rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#assets #assets-text h3 {
    margin-top: 5.5rem;
    margin-bottom: 3.2rem;
    font-size: 5rem;
    line-height: 3rem;
    font-weight: 300;
    color: #000000;
}

#assets #assets-text .section__desc p {
    display: inline-block;
    max-width: 70%;
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #000;
    line-height: 3rem;
    font-weight: 400;
}


#assets .assets-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#assets .assets-wrapper .assets-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    padding-bottom: 4rem;
    padding-top: 6rem;
    padding-left: 5rem;
    padding-right: 4rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 440px;
}

#assets .assets-item h4 {
    text-align: left;
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 3rem;
}

#assets .assets-item p {
    text-align: left;
    color: #546776;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.5rem;
    flex-grow: 1;
}

#assets .assets-item_empty {
    visibility: none;
}

#assets .assets-item_forex {
    background-image: url("img/forex.png");
}

#assets .assets-item_assets {
    background-image: url("img/assets.png");
}

#assets .assets-item_indices {
    background-image: url("img/indices.png");
}

#assets .assets-item_etf {
    background-image: url("img/etf.png");
}

#assets .assets-item_commodities {
    background-image: url("img/commodities.png");
}

#assets .assets-item_metals {
    background-image: url("img/metals.png");
}

#assets .assets-item_energies {
    background-image: url("img/energies.png");
}

#assets .assets-item_cryptocurrecies {
    background-image: url("img/cryptocurrecies.png");
}

#assets .assets-item_cryptoindexes {
    background-image: url("img/cryptoindexes.png");
}


@media all and (max-width: 1177px) {
    #assets .assets-wrapper ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #assets .assets-wrapper .assets-item_empty {
        display: none;
    }

    #assets .assets-item_indices {
        margin-right: 2rem;
    }

    #assets .assets-item_forex {
        margin-right: 2rem;
    }

    #assets .assets-item_commodities {
        margin-right: 2rem;
    }

    #assets .assets-item_energies {
        margin-right: 2rem;
    }


}

@media all and (max-width: 835px) {

    #assets .assets-item_indices {
        margin-right: 1rem;
    }

    #assets .assets-item_forex {
        margin-right: 1rem;
    }

    #assets .assets-item_commodities {
        margin-right: 1rem;
    }

    #assets .assets-item_energies {
        margin-right: 1rem;
    }

#assets .assets-wrapper .assets-item {

    padding-left: 2rem;
    padding-right: 2rem;
}
}

@media all and (max-width: 789px) {

    #assets #assets-text h3 {
        line-height: 5rem;
    }

}

@media all and (max-width: 780px) {

    #assets #assets-text .section__desc p {
        max-width: 100%;
    }

    #assets #assets-text h3 {
        line-height: 5rem;
    }

}

@media all and (max-width: 669px) {

     #assets .assets-item_indices {
        margin-right: 0;
    }

    #assets .assets-item_forex {
        margin-right: 0;
    }

    #assets .assets-item_commodities {
        margin-right: 0;
    }

    #assets .assets-item_energies {
        margin-right: 0;
    }


}

@media all and (max-width: 400px) {

    #assets .assets-wrapper .assets-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }


    #assets .button-green {
        padding: 2rem 2rem;
        min-width: 25rem;
    }


}

@media all and (max-width: 375px) {

    #assets .assets-wrapper .assets-item {
        width: 100%;
min-height: 380px;
    }

    #assets .button-white {
        min-width: 25rem;
    }

    #assets .assets-item .button__holder {
        text-align: center; 
         margin-top: 3rem;
    }

    #assets .button-green {
        min-width: 25rem;
        padding: 2rem 2rem;
    }

}


@media all and (max-width: 320px) {
#assets .assets-wrapper .assets-item {
  
    padding-top: 2rem;
    padding-bottom: 2rem;
}

   
}