/* -------------------------------------------------------------------------------------------------------- */
/* 1200px */
/* -------------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1200px) {
    .tokenSlide .tokenSlideContent {
        flex-direction: column;
    }

    .tokenSlide .tokenSlideContent .tokenSlideCol {
        margin-bottom: 1rem;
    }
}



/* -------------------------------------------------------------------------------------------------------- */
/* 992px */
/* -------------------------------------------------------------------------------------------------------- */
@media all and (max-width: 992px) {
    #tokenInfo .wrapper {
        flex-direction: column;
    }

    #tokenInfo .wrapper .tokenInfoCol,
    #tokenInfo .wrapper .tokenInfoCol:nth-child(1) {
        width: 100%;
    }
}