.top-box{
    background-color: #cbd9cf;
    align-content: center;
    width: 100%;
    /*min-height: 20vh;*/
    @media (min-width: 992px) {
        height: 130px;
    }
}

.bottom-box{
    background-color: #f1f4f1;
    height: 100%;
    width: 100%;
}

.intro-box{
    border-top: solid 2px #0a3622;
    border-bottom: solid 2px #0a3622;
    background-color: #f1f4f1;
    /*width: 100%;*/
    align-content: center;
    @media (min-width: 992px) {
        height: 130px;
    }
}

.img-question{
    /*height: 40vh;*/
    /*max-width: fit-content;*/
    border-radius: 30px;
    margin: auto;
    width: 80vw;
    @media (min-width: 992px) {
        width: 40vw;
    }
}

.img-end{
    position: absolute;
    height: 80%;
    bottom: 0;
    right: -10%;
}

.answer-btn{
    width: 60%;
    @media (min-width: 992px) {
        width: 33%;
    }
}

.nav-btn{
    width: 90%;
    @media (min-width: 992px){
        width: 30%;
    }
}

.answer-popup{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: #0a3622 solid 2px;
    border-left: #0a3622 solid 2px;
    border-right: #0a3622 solid 2px;
    background-color: white;
    min-height: 40%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
}

.answer-icon{
    min-height: 64px;
    min-width: 64px;
}

.next-icon{
    height: 24px;
}

.next-btn{
    min-width: 33%;
}

.next-block{
    /*position: absolute;*/
    /*bottom: 10px;*/
    width: 100%;
}