.list-faq{
    gap: 10px;
}
.list-faq .single-faq{
    border: 1px solid #F0DFC2;
    border-radius: 10px;
    
}
.list-faq .single-faq.opened {
    background: #ffffff;
}
.list-faq .single-faq > div:not(.faq-content) {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
.single-faq .faq-title{
    padding: 20px 35px;
}
.single-faq .apri{
    right: 20px;
}
.faq-content > div{
    padding: 0 35px 35px 35px;
}
.faq-content > div > p{
    margin: 0;
}
.container-archive-sections .archive-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}