@media screen and (max-width: 1420px) {
    .amount-blocks {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rate {
        margin: 25px 0 0 0;
    }

    .presale {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }

    .information__title {
        margin: 0 0 25px 0;
    }
}

/* Mobile styles moved to style.css - this media query is removed to enable mobile support */