#faq{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 100%;
}

#faq > h2{
    margin-bottom: 5px;
    color: #f77e1b;
}
.faq-head, .faq-body{
    padding: 10px;
}

.faq-head{
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-head{
    border: 2px solid  #f77e1b;
}
.faq-head:hover{
    cursor: pointer;
}
.faq-head.active{
    background-color: #f77e1b;
    color: #fff;
}
