.section-title[data-v-f5f51722] {
    color: #34857a;
    font-size: 2rem;
    margin-bottom: 1.5rem
}

.accordion-button[data-v-f5f51722] {
    font-size: large;
    position: relative
}

.question-section[data-v-f5f51722] {
    background-color: rgba(52, 133, 122, .102);
    min-height: 500px
}

.accordion-button[data-v-f5f51722]:focus {
    box-shadow: none !important;
    outline: none !important
}

.accordion-header .accordion-button[data-v-f5f51722] {
    color: #0f172a !important;
    font-size: .8rem !important
}

.accordion-body[data-v-f5f51722] {
    font-size: .7rem !important
}

.accordion-item[data-v-f5f51722] {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .102)
}

@media (max-width:768px) {
    .section-title[data-v-f5f51722] {
        font-size: 1.4rem;
        margin-bottom: 1rem
    }
    .question-section[data-v-f5f51722] {
        min-height: 0;
        min-height: auto
    }
    .accordion-item[data-v-f5f51722] {
        margin-bottom: 8px;
        padding: 4px 8px !important
    }
    .accordion-header .accordion-button[data-v-f5f51722] {
        font-size: .75rem !important;
        padding: 10px 8px
    }
    .accordion-body[data-v-f5f51722] {
        padding: 8px
    }
}