/*Here is only for id language */
.wc2022-freebet .stepBox p {
    width: 90%;
    height: 90px;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 320px) {
    .wc2022-freebet .stepBox p {
        width: 100%;
        height: 90px;
        font-size: 1.5em;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 411px) {
    .wc2022-freebet .stepBox p {
        width: 80%;
        height: 70px;
        font-size: 1.5em;
        display: flex;
        align-items: center;
        margin-top: -30px !important;
    }
}

@media screen and (min-width: 414px) {
    .wc2022-freebet .default-btn {
        font-size: 1em;
    }
}

@media screen and (min-width: 768px) {
    .wc2022-freebet .default-btn {
        font-size: 1.2em;
    }

    .wc2022-freebet .stepBox p {
        font-size: 1.7em;
        width: 70%;
        height: 100px;
        margin-top: -70px !important;
    }
}

@media screen and (min-width: 991px) {
    .wc2022-freebet .buttonBanner .default-btn {
        max-width: 250px;
    }

    .wc2022-freebet .stepBox p {
        width: 100%;
        height: 160px;
        margin-top: -50px !important;
    }
}

@media screen and (min-width: 1024px) {
    .wc2022-freebet .stepBox p { 
        font-size: 1.4em;
    }
}

@media screen and (min-width: 1366px) {
    .wc2022-freebet .default-btn {
        font-size: 1em;
    }
}