body{
    font-family: 'Roboto', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
h2{
    font-weight: 700!important;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}
a{
    color: #000!important;
    font-weight: 400!important;
}
.landing_head{
    background-color: #ffff03;
    padding: 15px;
    text-align: center;
    color: #000;
  margin-top: 20px;
}
.landing_head h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
}
#div2 {
    display: none;
}
.question_box{
    padding: 25px;
    background-color: #85fb7a;
    text-align: center;
}
.question_box h3{
    font-size: 26px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.qns{
    font-size: 22px;
    margin-bottom: 30px!important;
}
.btn_box{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.btn{
    font-size: 20px!important;
    font-weight: 600!important;
    width: 100px;
}
.red_text{
    color: #ff0202;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px!important;
}
.footer{
    background-color: #000;
    padding: 15px;
    text-align: center;
}
.proceed{
    background-color: #082aff!important;
    color: #fff!important;
    width: 100%;
    max-width: 280px;
    height: 50px;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1000px!important;
}
}

@media (max-width:876px){
    .landing_head h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .question_box h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .qns {
        font-size: 18px;
        margin-bottom: 18px!important;
    }
}