.faq-child {
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--white);
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1)
}

.faq-child:hover .faq-que button {
    color: var(--primary)
}

.faq-child:last-child {
    margin-bottom: 0px
}

.faq-que button {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    text-align: left;
    padding: 22px 25px;
    color: var(--text);
    font-size: 18px;
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.faq-ans p {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 25px;
    border-top: 1px solid var(--border)
}


.faq-part h1 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}



.user_faq h3 {
    color: #119744;
    font-size: 20px;
    margin-bottom: 15px;
}

.user_faq h6 {
    margin-bottom: 10px;
}

.user_faq ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 15px;
}

.user_faq ul li i {
    color: #119744;
    padding-top: 5px;
}

.user_faq ul {
    margin-bottom: 40px;
}