@media only screen and (max-width: 1200px) {
    .promotion-box {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .promotion-text {
        text-align: center;
    }

    .promotion-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .promotion-text {
        text-align: center;
    }

    .promotion-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header ul li:first-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
    }

    .header ul li a {
        max-width: 50px;
    }

    .header ul li:first-child a {
        margin: auto;
        max-width: 200px;
    }

    .btn-border,
    .btn-white {
        padding: 10px 15px;
    }

    .promotion-body h2 {
        font-size: 30px;
    }

    .promotion-body h5 {
        font-size: 20px;
    }

    .tokenomics-title h2 {
        font-size: 30px;
    }

    .tokenomics-title h3 {
        font-size: 20px;
    }

    .tokenomics-partners h5 {
        text-align: center;
        margin: 0 0 20px;
    }

    .tokenomics-partners figure {
        margin: 0 0 20px;
    }

    .tokenomics-footer .btn-border {
        font-size: 20px;
        text-align: center;
    }

    .tokenomics-footer .btn-border small {
        font-size: 18px;
    }

    .tokenomics-area {
        padding: 40px 0;
    }

    .host-title h2 {
        font-size: 30px;
    }

    .host-details h2 {
        font-size: 25px;
    }

    .faq-logo h2 {
        font-size: 25px;
    }

    .promotion-code h4 {
        bottom: -15px;
        padding: 0 20px;
    }

    .promotion-code h4:before,
    .promotion-code h4:after {
        left: -95%;
        bottom: 15px;
    }

    .promotion-code h4:after {
        right: -95%;
    }

    .footer-area {
        padding-bottom: 30px;
    }
}