.title-faq h4::before{
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: black;
    position: absolute;
    right: 50px;
    transition: 600ms;
}
.open h4::before{
    transform: rotate(-180deg)
}
.title-conteudo{
    position: relative;
    height: 0;
    top: 40px;
    transition: 500ms
}        
.tab-content>.active {
    height: 100%
}
.list-wrap > li > div > p{
    margin-left: 15px
}
.list-wrap > li > div > p::before{
    content: '>';
    position: absolute;
    font-size: 15px;
    font-weight: 700;
    margin-left: -15px
}