#quizForm{
    width:100%
}
@media (max-width: 576px) {
    #quizForm{
        width: 550px;
    }
    .quiz-box{
        background: url('../images/mobile.png') no-repeat center center;
        height:205px;
        width:100%
    }
    .quiz-box h2{
        font-size: 20px !important;
        margin: 28px 0 !important;
    }
    .radio-bg{
        background-size: 100%;
        width:75% !important;
        line-height: 4;
    }
    .quiz-bg {
        display: flex;
        justify-content: center;   /* horizontal center */
        align-items: center;       /* vertical center */
        flex-direction: column;    /* logo + button stack */
        text-align: center;
    }

    
    .logo {
        width: 100% !Important;
        max-width: 220px !important;
    }

    .radio-bg,
    .radio-bg--active {
        width: 95%;
        font-size: 13px;
        padding: 12px 10px 12px 35px;
    }

    .quiz-box {
        min-height: 120px;
    }

    .btn-next,
    .btn-pre {
        width: 120px;
        height: 45px;
        font-size: 14px;
    }

    .wi-box {
        width: 95%;
        padding: 15px;
    }

    /* REMOVE GREEN LINE ON MOBILE */
    .list::after {
        display: none;
    }
    .wi-box {
    background: url(../images/winner.png) no-repeat center;
    background-size: 100% !important;
    height: 306px!important;
    width: 394px !important;
    padding: 11px 73px!important;
   
}

}

/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 768px) {
     .wi-box {
    background: url(../images/winner.png) no-repeat center;
    background-size: 100% !important;
    height: 306px!important;
    width: 394px !important;
    padding: 11px 73px!important;
   
}
       .quiz-box {
        background: url(../images/mobile.png) no-repeat center center;
        height: 140px;
               width:84%;
        background-size: 100%;
        margin: 0 auto !important;
    }
    #quizForm{
        min-width: 400px;
        width: 100%
    }
    .quiz-bg {
        display: flex;
        justify-content: center;   /* horizontal center */
        align-items: center;       /* vertical center */
        flex-direction: column;    /* logo + button stack */
        text-align: center;
        background-attachment: scroll;
    }


    .logo {
        width: 100% !Important;
        max-width: 220px !important;        margin-top: -111px !important;
        
    }

    .radio-bg,
    .radio-bg--active {
        width: 95%;
        font-size: 13px;
        padding: 12px 10px 12px 35px;
    }

    .quiz-box {
        min-height: 120px;
    }

    .btn-next,
    .btn-pre {
        width: 120px;
        height: 45px;
        font-size: 14px;
    }

    .wi-box {
        width: 95%;
        padding: 15px;
    }

    /* REMOVE GREEN LINE ON MOBILE */
    .list::after {
        display: none;
    }
        .btn-next, .btn-pre {
        width: 124px;
        height: 40px;
        font-size: 14px !important;
    }

}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {
   .wi-box {
    background: url(../images/winner.png) no-repeat center;
    background-size: 100% !important;
    height: 306px!important;
    width: 394px !important;
    padding: 11px 73px!important;
   
}
    .radio-bg,
    .radio-bg--active {
        font-size: 15px;
        padding: 10px 8px 10px 30px;
        margin: 0;
        height:10vh;
    }

    .btn-next,
    .btn-pre {
        width: 110px;
        height: 40px;
    }
        .btn-next, .btn-pre {
        width: 124px;
        height: 40px;
        font-size: 14px !important;
    }
}