@media screen and (min-width:320px) {
    .setup {
        font-size:14px
    }
}

@media screen and (min-width:360px) {
    .setup {
        font-size:16px
    }
}

@media screen and (min-width:400px) {
    .setup {
        font-size:18px
    }
}

@media screen and (min-width:440px) {
    .setup {
        font-size:20px
    }
}

@media screen and (min-width:480px) {
    .setup {
        font-size:22px
    }

}

@media screen and (min-width:640px) {
    .setup {
        font-size:28px
    }
}
