

.question_box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.question_box h2{
    color:white;
    font-size:16rem;
    line-height:150%;
    position: absolute;
    text-align: center;
    top:11rem;
}

.question_box img{
    width:223rem;
}

#question_1 img{
    width:100%;
    max-width: 238rem;
}
#question_1 h2{
    top:6rem;
}

#question_2 img{
}
#question_2 h2{
}

#question_3 img{
    width:205rem;
}
#question_3 h2{
    top:16rem;
}

#question_4 img{
}
#question_4 h2{
}

#question_5 img{
    width:168rem;
}
#question_5 h2{
    top:7rem;
}