@media only screen and (max-width: 1680px) {
    h2 {
        /*font-size: 60px;*/
    }

    .headline h3 {
        font-size: 25px;
    }

    .web-width {
        width: 1280px;
    }

    .header {
        /*height: 700px;*/
        height: 100vh;
    }
}

@media only screen and (max-width: 1420px) {
    .web-width {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1300px) {
    .header {
        height: 500px;
        /*background-size: cover;*/
    }

    .token h2 {
        padding-top: 140px;
    }

    h2 {
        font-size: 40px;
        letter-spacing: 1px;
    }
    .phase__title {
        font-size: 20px;
        letter-spacing: 0;
    }

    .headline h3 {
        font-size: 18px;
    }

    .text p {
        font-size: 14px;
    }

    .token-info {
        font-size: 14px;
    }

    .follow-us>*:first-child {
        font-size: 28px;
    }

    .follow-us>*:last-child {
        font-size: 16px;
    }
}

@media only screen and (max-width: 950px) {
    .token-info {
        flex-direction: column;
    }

    .token-info>div:last-child {
        text-align: left;
    }

    .token-info>div:last-child .bullet-text {
        justify-content: start;
    }
}

@media only screen and (max-width: 600px) {
    h2 {
        letter-spacing: 1px;
        text-shadow: none;
    }
    .web-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navigation-links {
        display: none;
    }
    .phases {
        padding: 0 0 0 25px;
    }
.phases > div {
    width: 100%;
    margin: 0 0 50px 0;
}
.members {
    flex-wrap: wrap;
}
.members > div {
    width: 100%;
    margin: 0 0 50px 0;
}
.nfts {
    flex-wrap: wrap;
}
.nfts > div {
    width: 100%;
    margin: 0 0 50px 0;
}

    .footer-content{
        flex-direction: column;
        align-items: center;
    }
    .follow-us{
        text-align: center;
    }
    .follow-links{
        margin-top: 20px;
    }
    .buy-now-wrapper{
        margin-top:120px;
    }

    .bullet-text.contract-text{
        word-break: break-word;
    }
    .clipboard{
        width: 20px;
    }

    .headline h2{
        line-height: 120%;
    }

}
