.faq_block_wrap{
    margin-top: 40px;

    width: 100%;
    background: #F5F5F5;
    min-height: 150px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.faq_block{
    box-sizing: border-box;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
}


.faq_block_title{
    width: 33%;
}
.faq_block_title h6{
    font-size: 30px;
    line-height: 1.4;
    margin: 20px 0 0;
}
.faq_block_q{
    width: 66%;
    box-sizing: border-box;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faq_block_q_item{
    width: 49%;
    cursor: pointer;
    margin-bottom: 30px;
}
.faq_block_q_item_title{
    display: flex;
}

.faq_block_q_item_title p{
    user-select: none;
}

.faq_block_q_item_title img {
    transform: rotate(-90deg);
    width: 24px;
    height: 15px;
    margin-right: 15px;
}
.rotate_img img{
    transform: rotate(0deg) !important;
}
.faq_block_q_item_text{
    display: none;
    margin-top: 20px;
    line-height: 1.4;
    font-size: 14px;
    user-select: none;
}
.faq_block_open_text{
    display: block;
}

.faq_block_q_item_text li {
    margin-bottom: 10px;
    line-height: 1.4;
    list-style: disc;
    margin-left: 20px;
}

.faq_block_q_item_text li::marker {
    color: #009999;
}