#faq-body {
    background-color: var(--bg-2);
    padding: 0.1rem 0rem;
    margin-top: -1.5em;
}

#faq-body h2 {
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--vitta-green);
    text-transform: uppercase;
    text-align: center;
}

.kit-faq-box {
    width: 100%;
    padding: 15px 5px 15px 5px;
    background-color: var(--bg-1);
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    line-height: 1;
    box-shadow: 0 0 1px #333;
}

.faq-box-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /* align vertical */
    cursor: pointer;
}

.faq-box-dropdown {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border: 2px solid var(--bg-3);
    color: var(--bg-3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px 10px;
}