.faq-wrapper h1{
    color: #fff;
    font-size: 46px;
    line-height: 55.2px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.faq-wrapper .accordion-item {
    background-color: #202020;
    border: 1px solid #202020;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 18px;
}
.faq-wrapper .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
    font-size: 28px;
    letter-spacing: 2px;
    /* padding: 0; */
    /* padding-bottom: 0; */
}
.faq-wrapper .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0rem 1.25rem;
    font-size: 28px;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media (max-width:768px){
    .faq-wrapper .user-registration-title {
        color: #fff;
        font-size: 40px;
        letter-spacing: 5px;
    }
}


.faq-wrapper .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

span.accordion-description_text {
    font-size: 18px;
    line-height: 21.6px;
    color: #000;
    padding: 0 20px;
    z-index: 9;
}
.accordion-button:hover {
    z-index: unset;
}
/* .accordion-button:hover {
    z-index: unset;
} */
 .accordion-body{
    font-size: 15px;
    color: #000;
 }