




.three_panel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    text-align: center;
    max-width: 920px;
    margin: auto;
}

.how_to_buy_panels {
    margin:0;
    text-align: left;
    width: calc(100% - 10px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 960px;
    margin: auto;
    padding: 0;
    padding-bottom: 40px;
    list-style: none;
}
.how_to_buy_panels h3 {
    font-weight:700;
}
.how_to_buy_panels li {
    background: #084063;
    padding: 18px;
    display: grid;
    grid-template-columns: 42px 1fr;
}
    .how_to_buy_panels li > img {
        background: #084063;
        width: 32px;
        height: 32px;
    }



.three_panel.features > div:nth-child(1) {
            text-align: left;
        }

        .three_panel.features > div:nth-child(2) {
            text-align: center;
        }

        .three_panel.features > div:nth-child(3) {
            text-align: right;
        }

    .six_panel {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        justify-content: space-between;
        width: 100%;
    }

.dapps-summaries {
    text-align: center;
    background: url(../img/backgrounds/dapp_grid.png);
        background-image: -webkit-image-set(
            url("../img/backgrounds/dapp_grid.avif") 1x, 
            url("../img/backgrounds/dapp_grid.png") 1x);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 8;
    position: relative;
}
.avif .dapps-summaries {
    background-image: url(../img/backgrounds/dapp_grid.avif);
}





    .partners {
        text-align: center;
        padding-bottom: 30px;
    }

        .partners img {
            width: 64px;
            height: 64px;
            margin: 8px;
        }

.socials {
    text-align: center;
    margin: 30px 0;
}

    .socials img {
        width: 32px;
        height: 32px;
        margin: 8px;
    }

    .wallet_image {
        height: 690px;
        width: 660px;
    }

    .red_dots {
        background-image: url(../img/backgrounds/orangedots.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.kraken {
    background-image: url(../img/backgrounds/kraken_whale.jpg);
    background-image: -webkit-image-set(
        url("../img/backgrounds/kraken_whale.avif") 1x, 
        url("../img/backgrounds/kraken_whale.webp") 1x, 
        url("../img/backgrounds/kraken_whale.jpg") 1x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 80px;
}

.webp .kraken {
    background-image: url(../img/backgrounds/kraken_whale.webp);
}
.avif .kraken {
    background-image: url(../img/backgrounds/kraken_whale.avif);
}

    .orange {
        background: rgb(254,190,84);
        background: radial-gradient(circle, rgba(254,190,84,1) 0%, rgba(255,140,57,1) 100%);
        padding: 60px 0 120px 0;
    }

    .blue {
        background: #017AB3;
        background: radial-gradient(circle, #017AB3 0%, #016B9D 50%, #0D2547 100%);
        padding: 60px 0 120px 0;
    }

.feature {
    text-align: center;
    padding: 18px 18px 0 18px;
    width: 250px;
    height: 350px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

    .feature h2 {
        font-weight: 700;
        margin: 0;
        font-size: 32px;
        padding: 0;
    }
        .feature img {
            width: 75px;
            height: 75px;
        }

    .feature-text {
        width: 100%;
        padding: 2px;
        text-align: center;
        margin-top: 10px;
        font-size: 15px;
    }




.ticker-percentage-change::after {
    content: "%";
    display: inline-block;
}

    .noborder {
        border: 0px none !important;
        display: inline-block;
    }
.dapp-summaries_article {
    text-align: center;
    padding: 40px 0 80px 0;
    max-width: 1200px;
    margin: auto;
}
.protocol {
    text-align: center;
    background: url(../img/backgrounds/protocol.jpg);
        background-image: -webkit-image-set(

    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 8;
    position: relative;
}
.webp .protocol {
    background-image: url(../img/backgrounds/protocol.webp);
}
.avif .protocol {
    background-image: url(../img/backgrounds/protocol.avif);
}


