.bk-faq-container {
    /*border-top: 1px solid #ccc;*/
}

.bk-faq-item {
       padding: 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 10px;
    margin-bottom: 20px;

}

.bk-faq-title {
    cursor: pointer;
    padding: 12px;
    
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.bk-faq-content {
    display: none;
    padding: 10px;
    background: #fff;
}

.bk-faq-icon {
    font-weight: bold;
    font-size: 20px;
    color: #0073aa;
}
