#faq {
    margin-bottom: 4rem;
}

#faq_title {
    font-size: 22px;
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: none !important;
    color: black !important;
    border: none !important;
    font-weight: 500 !important;
}

.accordion-button:focus {

    border-color: none !important;
    box-shadow: none !important
}

@media screen and (max-width:600px) {
    #faq_title {
        font-size: 18px;
        margin-left: 20px;
    }
    .accordion-body {
        font-size: 15px !important;
        line-height: 28px !important;
    }

}