
@media (min-width: 0px) and (max-width: 767px) {
    .d2c_faq_wrapper {
        padding: 50px 0px;
    }
    .accordion-button {
        font-size: 16px;
        line-height: 22px;
    }
    .accordion-button:not(.collapsed) {
        font-size: 16px;
        line-height: 22px;
    }
    .accordion-body {
        font-size: 14px;
        line-height: 22px;
        padding-top: 0px;
    }
    .accordion-header{
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .d2c_faq_wrapper {
        padding: 50px 0px;
    }
    .accordion-button {
        font-size: 16px;
        line-height: 22px;
    }
    .accordion-button:not(.collapsed) {
        font-size: 16px;
        line-height: 22px;
    }
    .accordion-body {
        font-size: 14px;
        line-height: 22px;
        padding-top: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .d2c_faq_wrapper {
        padding: 50px 0px;
    }
    .accordion-button {
        font-size: 18px;
        line-height: 24px;
    }
    .accordion-button:not(.collapsed) {
        font-size: 18px;
        line-height: 24px;
    }
    .accordion-body {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0px;
    }
}

/* 
    KIT Name: 10+ FAQ Section - Bootstrap Bundle
    Product URL: hhttps://www.designtocodes.com/product/5-faq-section-faq-example-bootstrap-ui-kit/
    Product Description: The FAQ Section kit is made of all the basic elements you need to create a stunning website, from the start.
    Author: D2C
    Author URI: https://www.designtocodes.com/
*/