/* ·˖✧ page-question ✧˖· */
.page-question {
    margin: 0 auto;
}

#question-section {
    background: #003E75;
    height: 100vh;
}

.swiper {
    position: relative;
    z-index: 10;
    margin-top: -70px;
}

.swiper-slide {
    padding-top: 70px;
}

.question_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    width: 80%;
    margin: 0 auto;
    margin-top: -70px;
}

.btn-back {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border: none;
    background: none;
}
