.faq ul:not(.def) {
    display: flex;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    text-align: center;
}

.faq li:not(.def) {
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0px 16px 0px 16px;
    &:last-child {
        border-right-style: none;
    }
}

.faq h3 {
    text-align: center;
}

.faq table {
    border-style: solid;
    border-width: 2px;
    text-align: center;
}

.faq thead {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.faq th,td {
    &:nth-child(1) {
        border-right-style: solid;
        border-right-width: 1px;
    }
    &:nth-child(2) {
        border-left-style: solid;
        border-left-width: 1px;
    }
}

.faqicon {
    width: 48px;
    margin-right: 8px;
}
