/* ===============================
   DENTALSEURI2 FAQ SECTION
================================ */

.dentalseuri2-faq-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* TITLE */
.dentalseuri2-faq-title {
    color: #6381a8;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 4rem;
}

/* ACCORDION RESET */
.dentalseuri2-faq-section .accordion-item,
.dentalseuri2-faq-section .accordion-button,
.dentalseuri2-faq-section .accordion-body {
    background: transparent;
}

/* ITEM */
.dentalseuri2-faq-item {
    border: 0;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
}

/* BUTTON (QUESTION) */
.dentalseuri2-faq-button {
    color: #6381a8;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.5rem 0;
}

.dentalseuri2-faq-button:focus {
    box-shadow: none;
}

.dentalseuri2-faq-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

/* BODY (ANSWER) */
.dentalseuri2-faq-body {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #6c757d;
    padding: 0 0 1.5rem 0;
    padding: 0 40px 0;
    margin-bottom: 1rem;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

    .dentalseuri2-faq-section {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    

    .dentalseuri2-faq-title {
        font-size: 28px;
        margin-bottom: 2rem;
    }

    .dentalseuri2-faq-button {
        font-size: 1.1rem;
        padding: 1rem 0;
    }

    .dentalseuri2-faq-body {
        font-size: 0.95rem;
        padding: 0 20px 0;
    }
}

@media (max-width: 480px) {

    .dentalseuri2-faq-section {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .dentalseuri2-faq-accordion{

        padding: 0 40px 0;

    }

    .dentalseuri2-faq-title {
        font-size: 22px;
        padding: 0 40px 0;
        margin-bottom: 1rem;
    }

    .dentalseuri2-faq-button {
        font-size: 1rem;
    }

    .dentalseuri2-faq-body {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px 0;
    }
}
